diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-06-11 21:47:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-14 12:18:06 -0400 |
commit | 963f55178b25cb673ab438edaae4127b1d014bc1 (patch) | |
tree | 0152c2829b8e79621e880bc9b289f016c78fc848 /include/linux/ieee80211.h | |
parent | 838f8a748562265f8a5ad5c0c0ef8f454fcc28cf (diff) |
iwlwifi: remove redundant flags regarding to FAT channel
This patch removes redundant flags regarding to FAT channel. Use
mac80211's flag instead.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ieee80211.h')
-rw-r--r-- | include/linux/ieee80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 9300f37cd7e8..8f2c20b4a15d 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h | |||
@@ -320,6 +320,7 @@ struct ieee80211_ht_addt_info { | |||
320 | #define IEEE80211_HT_CAP_MCS_TX_UEQM 0x10 | 320 | #define IEEE80211_HT_CAP_MCS_TX_UEQM 0x10 |
321 | /* 802.11n HT IE masks */ | 321 | /* 802.11n HT IE masks */ |
322 | #define IEEE80211_HT_IE_CHA_SEC_OFFSET 0x03 | 322 | #define IEEE80211_HT_IE_CHA_SEC_OFFSET 0x03 |
323 | #define IEEE80211_HT_IE_CHA_SEC_NONE 0x00 | ||
323 | #define IEEE80211_HT_IE_CHA_SEC_ABOVE 0x01 | 324 | #define IEEE80211_HT_IE_CHA_SEC_ABOVE 0x01 |
324 | #define IEEE80211_HT_IE_CHA_SEC_BELOW 0x03 | 325 | #define IEEE80211_HT_IE_CHA_SEC_BELOW 0x03 |
325 | #define IEEE80211_HT_IE_CHA_WIDTH 0x04 | 326 | #define IEEE80211_HT_IE_CHA_WIDTH 0x04 |