diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-30 06:28:10 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-30 06:28:10 -0800 |
| commit | 115591fa9bf013925c1411951cb8c61a3360ed02 (patch) | |
| tree | 7c44ec9d5138ee9306277f0011d2023860d5ed06 /include | |
| parent | 915216e93d7c1109073bcf804eebcaefa927f389 (diff) | |
| parent | fce5ca3cdd7cc861427ece98c54b4373ae6afa86 (diff) | |
Merge "cfg80211: Define macro to indicate support for beacon tx rate configuration"
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 733a479f3f17..94ace231b3bd 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -68,6 +68,7 @@ struct wiphy; #define CFG80211_CONNECT_BSS 1 #define CFG80211_ABORT_SCAN 1 #define CFG80211_UPDATE_CONNECT_PARAMS 1 +#define CFG80211_BEACON_TX_RATE_CUSTOM_BACKPORT 1 /* * wireless hardware capability structures |
