summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorPat Erley2009-08-08 23:53:19 +0200
committerJohn W. Linville2009-08-14 15:13:53 +0200
commitd5b96a6f39a8aaa7534069b3db71048df44f023b (patch)
treef02b5a32440794d33b6a18ea78a491ede05cb061 /include/net/cfg80211.h
parentrt2x00: FIF_PSPOLL filter flag support (diff)
downloadkernel-qcow2-linux-d5b96a6f39a8aaa7534069b3db71048df44f023b.tar.gz
kernel-qcow2-linux-d5b96a6f39a8aaa7534069b3db71048df44f023b.tar.xz
kernel-qcow2-linux-d5b96a6f39a8aaa7534069b3db71048df44f023b.zip
mac80211: remove max_bandwidth
This removes the max_bandwidth attribute. It is only ever written to, and is duplicated by max_bandwidth_khz in the regulatory code. Signed-off-by: Pat Erley <pat-lkml@erley.org> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index d5756c9fe3d3..223913434e51 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -80,7 +80,6 @@ enum ieee80211_channel_flags {
* with cfg80211.
*
* @center_freq: center frequency in MHz
- * @max_bandwidth: maximum allowed bandwidth for this channel, in MHz
* @hw_value: hardware-specific value for the channel
* @flags: channel flags from &enum ieee80211_channel_flags.
* @orig_flags: channel flags at registration time, used by regulatory
@@ -97,7 +96,6 @@ enum ieee80211_channel_flags {
struct ieee80211_channel {
enum ieee80211_band band;
u16 center_freq;
- u8 max_bandwidth;
u16 hw_value;
u32 flags;
int max_antenna_gain;