Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255763
b: refs/heads/master
c: 443c1a2
h: refs/heads/master
i:
  255761: aad9caf
  255759: fcae0e2
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jun 17, 2011
1 parent 45d1ac7 commit dfc3808
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b856439b1b54358e580aaee5dbe683af5ada9403
refs/heads/master: 443c1a24710ce151874acdca7efb47622c098e80
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/b43/b43.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
#define B43_MMIO_PIO11_BASE4 0x300
#define B43_MMIO_PIO11_BASE5 0x340

#define B43_MMIO_RADIO24_CONTROL 0x3D8 /* core rev >= 24 only */
#define B43_MMIO_RADIO24_DATA 0x3DA /* core rev >= 24 only */
#define B43_MMIO_PHY_VER 0x3E0
#define B43_MMIO_PHY_RADIO 0x3E2
#define B43_MMIO_PHY0 0x3E6
Expand Down Expand Up @@ -363,6 +365,10 @@ enum {
#define B43_PHYTYPE_G 0x02
#define B43_PHYTYPE_N 0x04
#define B43_PHYTYPE_LP 0x05
#define B43_PHYTYPE_SSLPN 0x06
#define B43_PHYTYPE_HT 0x07
#define B43_PHYTYPE_LCN 0x08
#define B43_PHYTYPE_LCNXN 0x09

/* PHYRegisters */
#define B43_PHY_ILT_A_CTRL 0x0072
Expand Down

0 comments on commit dfc3808

Please sign in to comment.