diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-08-23 17:47:48 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-23 17:47:48 +0200 |
commit | 81ca2ff9450c2e983ee416eca17ebe6fa9c3da4f (patch) | |
tree | 6e21a27d727481434b58543d8cff960bb7672b53 /include | |
parent | ipv4: expose IPV4_DEVCONF (diff) | |
parent | ath9k: Enable PLL fix only for AR9340/AR9330 (diff) | |
download | linux-81ca2ff9450c2e983ee416eca17ebe6fa9c3da4f.tar.xz linux-81ca2ff9450c2e983ee416eca17ebe6fa9c3da4f.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 5b7a3dadadde..551ba6a6a073 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1499,6 +1499,7 @@ enum ieee80211_hw_flags { IEEE80211_HW_SUPPORTS_RC_TABLE = 1<<24, IEEE80211_HW_P2P_DEV_ADDR_FOR_INTF = 1<<25, IEEE80211_HW_TIMING_BEACON_ONLY = 1<<26, + IEEE80211_HW_SUPPORTS_HT_CCK_RATES = 1<<27, }; /** |