diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-06-11 21:46:59 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-14 12:18:06 -0400 |
commit | 838f8a748562265f8a5ad5c0c0ef8f454fcc28cf (patch) | |
tree | 06035cb5f0b62bad75dd76ff01872d212a79d235 /drivers | |
parent | faa297183897ac6f55c4dd97a0b3aee122aeec46 (diff) |
iwlwifi: remove unused flag
This patch removes IEEE80211_CHAN_W_RADAR_DETECT flag.
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 'drivers')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-helpers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-helpers.h b/drivers/net/wireless/iwlwifi/iwl-helpers.h index dedefa06ad8f..eec423a98fe6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-helpers.h +++ b/drivers/net/wireless/iwlwifi/iwl-helpers.h | |||
@@ -139,8 +139,6 @@ static inline void iwl_set_bits16(__le16 *dst, u8 pos, u8 len, int val) | |||
139 | #define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) | 139 | #define IWL_MASK(lo, hi) ((1 << (hi)) | ((1 << (hi)) - (1 << (lo)))) |
140 | 140 | ||
141 | 141 | ||
142 | #define IEEE80211_CHAN_W_RADAR_DETECT 0x00000010 | ||
143 | |||
144 | static inline struct ieee80211_conf *ieee80211_get_hw_conf( | 142 | static inline struct ieee80211_conf *ieee80211_get_hw_conf( |
145 | struct ieee80211_hw *hw) | 143 | struct ieee80211_hw *hw) |
146 | { | 144 | { |