浏览代码

qca-wifi: Deprecate the ext_ifu_acs configuration

Deprecate the per-VAP ext_ifu_acs configuration. This is required in
order to prevent internal and external ACS from running in parallel if
the user mis-configures some VAPs for internal ACS and some for
external ACS. Instead, an INI for global configuration is provided in
a different, related change.

Change-Id: I714e7a65d7e1ebd3f73479b51ffddc474af7f74c
CRs-Fixed: 2757150
Krishna Rao 4 年之前
父节点
当前提交
091461fbd9
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tools/linux/cfg80211_ven_cmd.h

+ 0 - 2
tools/linux/cfg80211_ven_cmd.h

@@ -1626,8 +1626,6 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"get_rc_retries",      IEEE80211_PARAM_RC_NUM_RETRIES, GET_PARAM, 0},
 	{"get_acs_state",       IEEE80211_PARAM_GET_ACS, GET_PARAM, 0},
 	{"get_cac_state",       IEEE80211_PARAM_GET_CAC, GET_PARAM, 0},
-	{"ext_ifu_acs",         IEEE80211_PARAM_EXT_IFACEUP_ACS, SET_PARAM, 1},
-	{"get_ext_ifu_acs",     IEEE80211_PARAM_EXT_IFACEUP_ACS, GET_PARAM, 0},
 	{"set_onetxchain",      IEEE80211_PARAM_ONETXCHAIN, SET_PARAM, 1},
 	{"scanchevent",         IEEE80211_PARAM_SCAN_CHAN_EVENT, SET_PARAM, 1},
 	{"get_scanchevent",     IEEE80211_PARAM_SCAN_CHAN_EVENT, GET_PARAM, 0},