Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256107
b: refs/heads/master
c: e8dec1e
h: refs/heads/master
i:
  256105: 3ec3603
  256103: 4ac76f1
v: v3
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Jun 29, 2011
1 parent 7b8d2ba commit 78297af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b4d38db121c19fe94862357763b374e44fc23ebb
refs/heads/master: e8dec1e99aee468c6fb19f07a2660f9205a70f2c
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/phy_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void b43_radio_2059_channel_setup(struct b43_wldev *dev,
b43_radio_write(dev, 0x98, e->radio_syn98);

for (i = 0; i < 2; i++) {
routing = i ? 0x800 : 0x400;
routing = i ? R2059_RXRX1 : R2059_TXRX0;
b43_radio_write(dev, routing | 0x4a, e->radio_rxtx4a);
b43_radio_write(dev, routing | 0x58, e->radio_rxtx58);
b43_radio_write(dev, routing | 0x5a, e->radio_rxtx5a);
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/b43/radio_2059.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

#include "phy_ht.h"

#define R2059_SYN 0x000
#define R2059_TXRX0 0x400
#define R2059_RXRX1 0x800
#define R2059_ALL 0xC00

/* Values for various registers uploaded on channel switching */
struct b43_phy_ht_channeltab_e_radio2059 {
/* The channel frequency in MHz */
Expand Down

0 comments on commit 78297af

Please sign in to comment.