aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2010-12-07 15:55:58 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-12-08 15:38:45 -0500
commitabc1f7cd531f80a8468ab654f1dfd35d58bd2490 (patch)
tree94fad4d5f8684c48a07daf52a8974629aac2bf88 /drivers/net/wireless/b43/phy_common.h
parentc7455cf988f06ba578cc6a680392426fce382ca1 (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_common.h')
-rw-r--r--drivers/net/wireless/b43/phy_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h
index 2ed60e5484b..2401bee8b08 100644
--- a/drivers/net/wireless/b43/phy_common.h
+++ b/drivers/net/wireless/b43/phy_common.h
@@ -436,6 +436,8 @@ int b43_phy_shm_tssi_read(struct b43_wldev *dev, u16 shm_offset);
436 */ 436 */
437void b43_phyop_switch_analog_generic(struct b43_wldev *dev, bool on); 437void b43_phyop_switch_analog_generic(struct b43_wldev *dev, bool on);
438 438
439bool b43_channel_type_is_40mhz(enum nl80211_channel_type channel_type);
440
439struct b43_c32 b43_cordic(int theta); 441struct b43_c32 b43_cordic(int theta);
440 442
441#endif /* LINUX_B43_PHY_COMMON_H_ */ 443#endif /* LINUX_B43_PHY_COMMON_H_ */