Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89902
b: refs/heads/master
c: bb1eeff
h: refs/heads/master
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Feb 29, 2008
1 parent f773bdc commit 32a4fd7
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 130 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: b9e0b449aef50aabc295e4487a7a030a0d358367
refs/heads/master: bb1eeff12d4cd6c706ef9fae340a9c93bb41ad05
11 changes: 4 additions & 7 deletions trunk/drivers/net/wireless/b43/b43.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,14 +458,11 @@ struct b43_iv {
} __attribute__((__packed__));


#define B43_PHYMODE(phytype) (1 << (phytype))
#define B43_PHYMODE_A B43_PHYMODE(B43_PHYTYPE_A)
#define B43_PHYMODE_B B43_PHYMODE(B43_PHYTYPE_B)
#define B43_PHYMODE_G B43_PHYMODE(B43_PHYTYPE_G)

struct b43_phy {
/* Possible PHYMODEs on this PHY */
u8 possible_phymodes;
/* Band support flags. */
bool supports_2ghz;
bool supports_5ghz;

/* GMODE bit enabled? */
bool gmode;

Expand Down
Loading

0 comments on commit 32a4fd7

Please sign in to comment.