Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193679
b: refs/heads/master
c: 9734485
h: refs/heads/master
i:
  193677: 65220a9
  193675: 9f30947
  193671: 83f25ea
  193663: 5e77599
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Mar 9, 2010
1 parent 397f8d3 commit ceb359f
Show file tree
Hide file tree
Showing 4 changed files with 20 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: fa9029f8c34576e121a4b6ddbbd645081fe50c74
refs/heads/master: 9734485c8d2064f39ff77acf615e87da0766ce76
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/b43/b43.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
#define B43_MMIO_MACFILTER_CONTROL 0x420
#define B43_MMIO_MACFILTER_DATA 0x422
#define B43_MMIO_RCMTA_COUNT 0x43C
#define B43_MMIO_PSM_PHY_HDR 0x492
#define B43_MMIO_RADIO_HWENABLED_LO 0x49A
#define B43_MMIO_GPIO_CONTROL 0x49C
#define B43_MMIO_GPIO_MASK 0x49E
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/b43/phy_n.h
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,8 @@
#define B43_NPHY_PAPD_EN1 B43_PHY_N(0x29B) /* PAPD Enable1 TBD */
#define B43_NPHY_EPS_TABLE_ADJ1 B43_PHY_N(0x29C) /* EPS Table Adj1 TBD */

#define B43_PHY_B_BBCFG B43_PHY_N_BMODE(0x001) /* BB config */
#define B43_PHY_B_TEST B43_PHY_N_BMODE(0x00A)


/* Broadcom 2055 radio registers */
Expand Down Expand Up @@ -924,6 +926,13 @@

struct b43_wldev;

struct b43_chanspec {
u8 channel;
u8 sideband;
u8 b_width;
u8 b_freq;
};

struct b43_phy_n_iq_comp {
s16 a0;
s16 b0;
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/b43/tables_nphy.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
#include <linux/types.h>


struct b43_phy_n_sfo_cfg {
u16 phy_bw1a;
u16 phy_bw2;
u16 phy_bw3;
u16 phy_bw4;
u16 phy_bw5;
u16 phy_bw6;
};

struct b43_nphy_channeltab_entry {
/* The channel number */
u8 channel;
Expand Down

0 comments on commit ceb359f

Please sign in to comment.