diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-12-07 15:55:58 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-08 15:38:45 -0500 |
commit | abc1f7cd531f80a8468ab654f1dfd35d58bd2490 (patch) | |
tree | 94fad4d5f8684c48a07daf52a8974629aac2bf88 /drivers/net/wireless/b43/phy_n.c | |
parent | c7455cf988f06ba578cc6a680392426fce382ca1 (diff) |
b43: set TMS to work with current band width for N-PHY
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_n.c')
-rw-r--r-- | drivers/net/wireless/b43/phy_n.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index d41da7f5584..35173419d13 100644 --- a/drivers/net/wireless/b43/phy_n.c +++ b/drivers/net/wireless/b43/phy_n.c | |||
@@ -88,13 +88,6 @@ static void b43_nphy_rf_control_override(struct b43_wldev *dev, u16 field, | |||
88 | static void b43_nphy_rf_control_intc_override(struct b43_wldev *dev, u8 field, | 88 | static void b43_nphy_rf_control_intc_override(struct b43_wldev *dev, u8 field, |
89 | u16 value, u8 core); | 89 | u16 value, u8 core); |
90 | 90 | ||
91 | static inline bool b43_channel_type_is_40mhz( | ||
92 | enum nl80211_channel_type channel_type) | ||
93 | { | ||
94 | return (channel_type == NL80211_CHAN_HT40MINUS || | ||
95 | channel_type == NL80211_CHAN_HT40PLUS); | ||
96 | } | ||
97 | |||
98 | void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna) | 91 | void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna) |
99 | {//TODO | 92 | {//TODO |
100 | } | 93 | } |