Add QCA vendor command for updating gateway parameters
Add vendor command for updating gateway parameters to the driver. Signed-off-by: Ravi Joshi <ravij@qca.qualcomm.com>
This commit is contained in:
parent
df4cea898c
commit
d71bdfbd83
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ enum qca_nl80211_vendor_subcmds {
|
|||
QCA_NL80211_VENDOR_SUBCMD_DCC_UPDATE_NDL = 99,
|
||||
QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT = 100,
|
||||
QCA_NL80211_VENDOR_SUBCMD_LINK_PROPERTIES = 101,
|
||||
QCA_NL80211_VENDOR_SUBCMD_GW_PARAM_CONFIG = 102,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue