aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_ht.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/phy_ht.h')
-rw-r--r--drivers/net/wireless/b43/phy_ht.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_ht.h b/drivers/net/wireless/b43/phy_ht.h
index f70af0caaa33..0661ae266101 100644
--- a/drivers/net/wireless/b43/phy_ht.h
+++ b/drivers/net/wireless/b43/phy_ht.h
@@ -19,6 +19,17 @@
19#define B43_PHY_HT_BW5 0x1D2 19#define B43_PHY_HT_BW5 0x1D2
20#define B43_PHY_HT_BW6 0x1D3 20#define B43_PHY_HT_BW6 0x1D3
21 21
22#define B43_PHY_HT_RF_SEQ_MODE B43_PHY_EXTG(0x000)
23#define B43_PHY_HT_RF_SEQ_TRIG B43_PHY_EXTG(0x003)
24#define B43_PHY_HT_RF_SEQ_TRIG_RX2TX 0x0001 /* RX2TX */
25#define B43_PHY_HT_RF_SEQ_TRIG_TX2RX 0x0002 /* TX2RX */
26#define B43_PHY_HT_RF_SEQ_TRIG_UPGH 0x0004 /* Update gain H */
27#define B43_PHY_HT_RF_SEQ_TRIG_UPGL 0x0008 /* Update gain L */
28#define B43_PHY_HT_RF_SEQ_TRIG_UPGU 0x0010 /* Update gain U */
29#define B43_PHY_HT_RF_SEQ_TRIG_RST2RX 0x0020 /* Reset to RX */
30#define B43_PHY_HT_RF_SEQ_STATUS B43_PHY_EXTG(0x004)
31/* Values for the status are the same as for the trigger */
32
22#define B43_PHY_HT_RF_CTL1 B43_PHY_EXTG(0x010) 33#define B43_PHY_HT_RF_CTL1 B43_PHY_EXTG(0x010)
23 34
24#define B43_PHY_HT_AFE_CTL1 B43_PHY_EXTG(0x110) 35#define B43_PHY_HT_AFE_CTL1 B43_PHY_EXTG(0x110)