summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43/phy_ht.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-06-19 10:17:19 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-06-22 20:09:42 (GMT)
commit5192bf56b9bb0d90c9aa08e5593ea4897309fc07 (patch)
tree8210c0c38d7442cc24386ac30fdd564e502f742b /drivers/net/wireless/b43/phy_ht.h
parent1a3f71ae669a599139165c7ae6d8e7908fe12e64 (diff)
downloadlinux-fsl-qoriq-5192bf56b9bb0d90c9aa08e5593ea4897309fc07.tar.xz
b43: HT-PHY: define standard structs for channel switching
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_ht.h')
-rw-r--r--drivers/net/wireless/b43/phy_ht.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_ht.h b/drivers/net/wireless/b43/phy_ht.h
index e16d4bb..afa448d 100644
--- a/drivers/net/wireless/b43/phy_ht.h
+++ b/drivers/net/wireless/b43/phy_ht.h
@@ -18,6 +18,12 @@
#define B43_PHY_HT_AFE_CTL6 B43_PHY_EXTG(0x119)
+/* Values for PHY registers used on channel switching */
+struct b43_phy_ht_channeltab_e_phy {
+ /* TODO */
+};
+
+
struct b43_phy_ht {
};