summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2010-01-22 03:53:12 +0300
committerJohn W. Linville <linville@tuxdriver.com>2010-01-23 00:11:34 +0300
commitaa4c7b2a2547db95388f795f092ea286fbdd98a1 (patch)
tree8f028c6ac447a01d0faf853d7c9a00f5f039ba34 /drivers/net/wireless/b43/phy_common.h
parent4bb29f8c390fb7be207ec3f11b9d30ccdf1cb6ac (diff)
downloadlinux-aa4c7b2a2547db95388f795f092ea286fbdd98a1.tar.xz
b43: check band width
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h
index 9edd4e8e0c85..f635f9e4f83d 100644
--- a/drivers/net/wireless/b43/phy_common.h
+++ b/drivers/net/wireless/b43/phy_common.h
@@ -212,6 +212,9 @@ struct b43_phy {
bool supports_2ghz;
bool supports_5ghz;
+ /* HT info */
+ bool is_40mhz;
+
/* GMODE bit enabled? */
bool gmode;