aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/nphy.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/nphy.h')
-rw-r--r--drivers/net/wireless/b43/nphy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/nphy.h b/drivers/net/wireless/b43/nphy.h
index 812761d8e1e9..896b46849ba1 100644
--- a/drivers/net/wireless/b43/nphy.h
+++ b/drivers/net/wireless/b43/nphy.h
@@ -12,6 +12,7 @@
12#define B43_NPHY_CHANNEL B43_PHY_N(0x005) /* Channel */ 12#define B43_NPHY_CHANNEL B43_PHY_N(0x005) /* Channel */
13#define B43_NPHY_TXERR B43_PHY_N(0x007) /* TX error */ 13#define B43_NPHY_TXERR B43_PHY_N(0x007) /* TX error */
14#define B43_NPHY_BANDCTL B43_PHY_N(0x009) /* Band control */ 14#define B43_NPHY_BANDCTL B43_PHY_N(0x009) /* Band control */
15#define B43_NPHY_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */
15#define B43_NPHY_4WI_ADDR B43_PHY_N(0x00B) /* Four-wire bus address */ 16#define B43_NPHY_4WI_ADDR B43_PHY_N(0x00B) /* Four-wire bus address */
16#define B43_NPHY_4WI_DATAHI B43_PHY_N(0x00C) /* Four-wire bus data high */ 17#define B43_NPHY_4WI_DATAHI B43_PHY_N(0x00C) /* Four-wire bus data high */
17#define B43_NPHY_4WI_DATALO B43_PHY_N(0x00D) /* Four-wire bus data low */ 18#define B43_NPHY_4WI_DATALO B43_PHY_N(0x00D) /* Four-wire bus data low */
@@ -917,7 +918,7 @@ int b43_phy_initn(struct b43_wldev *dev);
917void b43_nphy_radio_turn_on(struct b43_wldev *dev); 918void b43_nphy_radio_turn_on(struct b43_wldev *dev);
918void b43_nphy_radio_turn_off(struct b43_wldev *dev); 919void b43_nphy_radio_turn_off(struct b43_wldev *dev);
919 920
920void b43_nphy_selectchannel(struct b43_wldev *dev, u8 channel); 921int b43_nphy_selectchannel(struct b43_wldev *dev, u8 channel);
921 922
922void b43_nphy_xmitpower(struct b43_wldev *dev); 923void b43_nphy_xmitpower(struct b43_wldev *dev);
923void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna); 924void b43_nphy_set_rxantenna(struct b43_wldev *dev, int antenna);