소스 검색

Merge "qca-wifi: Add cmd support to MSCS Procedures"

Linux Build Service Account 4 년 전
부모
커밋
cef47fb1c8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tools/linux/cfg80211_ven_cmd.h

+ 3 - 0
tools/linux/cfg80211_ven_cmd.h

@@ -761,6 +761,7 @@ enum {
 	IEEE80211_PARAM_OCE_TX_POWER               = 696, /* Enables tx power to be advertised as OCE attribute in Beacon and  Probe response frame */
 	IEEE80211_PARAM_OCE_IP_SUBNET_ID           = 697, /* IP subnet identifier value to be advertised as OCE attribute in Beacon and  Probe response frame */
 	IEEE80211_PARAM_OCE_ADD_ESS_RPT            = 698, /* Add ESS Report */
+	IEEE80211_PARAM_ENABLE_MSCS                = 699, /* Enable MSCS */
 	IEEE80211_PARAM_RSNX_OVERRIDE              = 700,
 #if QCA_AIRTIME_FAIRNESS
 	IEEE80211_PARAM_ATF_ENABLE_STATS           = 701,
@@ -2175,6 +2176,8 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"rsim_de_frmcnt",      IEEE80211_PARAM_RAWSIM_DEBUG_NUM_DECAP_FRAMES, SET_PARAM, 1},
 	{"g_rsim_de_frmcnt",    IEEE80211_PARAM_RAWSIM_DEBUG_NUM_DECAP_FRAMES, GET_PARAM, 0},
 #endif
+	{"mscs",                IEEE80211_PARAM_ENABLE_MSCS, SET_PARAM, 1},
+	{"g_mscs",              IEEE80211_PARAM_ENABLE_MSCS, GET_PARAM, 0},
 	{"setiebuf",            35828, SET_PARAM, 1},
 	{"getiebuf",            35827, GET_PARAM, 0},
 	{"dbgreq",              35832, SET_PARAM, 1},