Browse Source

Merge "qca-wifi: RTS setting per vap in cfg80211 mode"

Linux Build Service Account 4 years ago
parent
commit
600a31730e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tools/linux/cfg80211_ven_cmd.h

+ 3 - 0
tools/linux/cfg80211_ven_cmd.h

@@ -790,6 +790,7 @@ enum {
 	IEEE80211_PARAM_CM_HISTORY                 = 727,   /* Print Connection SM history */
 	IEEE80211_PARAM_CM_HISTORY                 = 727,   /* Print Connection SM history */
 #endif
 #endif
 #endif
 #endif
+	IEEE80211_PARAM_RTS                        = 728,   /* Vdev specific minimum packet size setting for which RTS/CTS is used */
 };
 };
 
 
 enum {
 enum {
@@ -2271,6 +2272,8 @@ struct vendor_commands vap_vendor_cmds[] = {
 #endif
 #endif
 #endif
 #endif
 
 
+	{"rts",                       IEEE80211_PARAM_RTS, SET_PARAM, 1},
+	{"get_rts",                   IEEE80211_PARAM_RTS, GET_PARAM, 0},
 };
 };
 
 
 struct vendor_commands radio_vendor_cmds[] = {
 struct vendor_commands radio_vendor_cmds[] = {