diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-08-28 17:01:53 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:43 -0400 |
commit | 82f716056fb1c214289fe6c284b0316858c1b70c (patch) | |
tree | 913ab04947109bfeff815d3076117842f651f26d /include/net | |
parent | 643856729e2fde781f63eb84ecb43bbad35bf1ae (diff) |
[MAC80211]: remove radar stuff
Unused in drivers, userspace and mac80211.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 427ff6d36265..000b8e3133ba 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1015,12 +1015,6 @@ ieee80211_get_mc_list_item(struct ieee80211_hw *hw, | |||
1015 | /* called by driver to notify scan status completed */ | 1015 | /* called by driver to notify scan status completed */ |
1016 | void ieee80211_scan_completed(struct ieee80211_hw *hw); | 1016 | void ieee80211_scan_completed(struct ieee80211_hw *hw); |
1017 | 1017 | ||
1018 | /* Function to indicate Radar Detection. The low level driver must call this | ||
1019 | * function to indicate the presence of radar in the current channel. | ||
1020 | * Additionally the radar type also could be sent */ | ||
1021 | int ieee80211_radar_status(struct ieee80211_hw *hw, int channel, | ||
1022 | int radar, int radar_type); | ||
1023 | |||
1024 | /* return a pointer to the source address (SA) */ | 1018 | /* return a pointer to the source address (SA) */ |
1025 | static inline u8 *ieee80211_get_SA(struct ieee80211_hdr *hdr) | 1019 | static inline u8 *ieee80211_get_SA(struct ieee80211_hdr *hdr) |
1026 | { | 1020 | { |