aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-05-20 09:27:18 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-05-20 10:34:28 -0400
commit24acfc632b7ba55bbc2a9305e8df31c8e41178b6 (patch)
tree7ff3bc142299cde058d59c3dc9b54a6aed0cffa0 /drivers/net/wireless/b43/phy_common.h
parentath9k_htc: fix build with disabled debug (diff)
downloadlinux-dev-24acfc632b7ba55bbc2a9305e8df31c8e41178b6.tar.xz
linux-dev-24acfc632b7ba55bbc2a9305e8df31c8e41178b6.zip
b43: xmit: set 5 GHz bit depending on current band
PHYs other than A may also work in 5 GHz mode. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/phy_common.h')
-rw-r--r--drivers/net/wireless/b43/phy_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h
index 4c80b09a858d..47b55855c37d 100644
--- a/drivers/net/wireless/b43/phy_common.h
+++ b/drivers/net/wireless/b43/phy_common.h
@@ -231,7 +231,7 @@ struct b43_phy {
/* HT info */
bool is_40mhz;
- /* GMODE bit enabled? */
+ /* Is GMODE (2 GHz mode) bit enabled? */
bool gmode;
/* Analog Type */