diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 2ff26d03cd50..d1c4e86b215c 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -215,8 +215,6 @@ int ieee80211_hw_config(struct ieee80211_local *local) | |||
215 | local->hw.conf.power_level = min(chan->max_power, | 215 | local->hw.conf.power_level = min(chan->max_power, |
216 | local->hw.conf.power_level); | 216 | local->hw.conf.power_level); |
217 | 217 | ||
218 | local->hw.conf.max_antenna_gain = chan->max_antenna_gain; | ||
219 | |||
220 | #ifdef CONFIG_MAC80211_VERBOSE_DEBUG | 218 | #ifdef CONFIG_MAC80211_VERBOSE_DEBUG |
221 | printk(KERN_DEBUG "%s: HW CONFIG: freq=%d\n", | 219 | printk(KERN_DEBUG "%s: HW CONFIG: freq=%d\n", |
222 | wiphy_name(local->hw.wiphy), chan->center_freq); | 220 | wiphy_name(local->hw.wiphy), chan->center_freq); |