diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-08-22 11:35:22 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-22 11:35:22 -0400 |
commit | 89b5f74a268d6a7037c8ea9d9b7d4ce35097c6fd (patch) | |
tree | 15e14665089f6603c07e4bfc8ba4011f97a23744 /include/net | |
parent | 48c3e371350701444db51e8b35b5928d74dbacc3 (diff) | |
parent | 75a423f493ffdf741acae27bf179cd560f7813d7 (diff) |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Diffstat (limited to 'include/net')
-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 5b7a3dadadd..551ba6a6a07 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, }; /** |