diff options
author | John W. Linville | 2013-08-23 11:47:48 -0400 |
---|---|---|
committer | John W. Linville | 2013-08-23 11:47:48 -0400 |
commit | 81ca2ff9450c2e983ee416eca17ebe6fa9c3da4f (patch) | |
tree | 6e21a27d727481434b58543d8cff960bb7672b53 /include | |
parent | 4a5a8aa6c966eafc106543bd955ae388230420e5 (diff) | |
parent | 19c361608ce3e73f352e323262f7e0a8264be3af (diff) |
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, }; /** |