diff options
Diffstat (limited to 'drivers/net/wireless/b43/xmit.c')
-rw-r--r-- | drivers/net/wireless/b43/xmit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/xmit.c b/drivers/net/wireless/b43/xmit.c index 5280ebc8c6e9..be1c53ecdb01 100644 --- a/drivers/net/wireless/b43/xmit.c +++ b/drivers/net/wireless/b43/xmit.c | |||
@@ -655,6 +655,7 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr) | |||
655 | status.freq = chanid + 2400; | 655 | status.freq = chanid + 2400; |
656 | break; | 656 | break; |
657 | case B43_PHYTYPE_N: | 657 | case B43_PHYTYPE_N: |
658 | case B43_PHYTYPE_LP: | ||
658 | /* chanid is the SHM channel cookie. Which is the plain | 659 | /* chanid is the SHM channel cookie. Which is the plain |
659 | * channel number in b43. */ | 660 | * channel number in b43. */ |
660 | if (chanstat & B43_RX_CHAN_5GHZ) { | 661 | if (chanstat & B43_RX_CHAN_5GHZ) { |