qca-wifi: Add cfg80211tool cmd to enable oce version override
Add cfg80211tool cmd to set/get oce version override. Change-Id: Ib53aabdf8e6404253cf225c2c30972409727c1a8 CRs-Fixed: 2726565
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
ef0d22dbb5
commit
a69fa6f81f
@@ -767,6 +767,7 @@ enum {
|
||||
IEEE80211_PARAM_ATF_STATS_TIMEOUT = 702,
|
||||
IEEE80211_PARAM_ATF_GET_STATS = 703,
|
||||
#endif
|
||||
IEEE80211_PARAM_OCE_VERSION_OVERRIDE = 704, /* Support to override OCE release version to 2*/
|
||||
};
|
||||
|
||||
enum {
|
||||
@@ -2165,6 +2166,8 @@ struct vendor_commands vap_vendor_cmds[] = {
|
||||
{"me_adddeny", 35835, SET_PARAM, 1},
|
||||
{"hbrparams", 35838, SET_PARAM, 1},
|
||||
{"rxtimeout", 35839, SET_PARAM, 1},
|
||||
{"oce_version_override ", IEEE80211_PARAM_OCE_VERSION_OVERRIDE, SET_PARAM, 1},
|
||||
{"g_oce_version_override ", IEEE80211_PARAM_OCE_VERSION_OVERRIDE, GET_PARAM, 0},
|
||||
};
|
||||
|
||||
struct vendor_commands radio_vendor_cmds[] = {
|
||||
|
Reference in New Issue
Block a user