diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-06-19 12:17:19 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 16:09:42 -0400 |
commit | 5192bf56b9bb0d90c9aa08e5593ea4897309fc07 (patch) | |
tree | 8210c0c38d7442cc24386ac30fdd564e502f742b /drivers/net/wireless/b43/phy_ht.h | |
parent | 1a3f71ae669a599139165c7ae6d8e7908fe12e64 (diff) | |
download | talos-obmc-linux-5192bf56b9bb0d90c9aa08e5593ea4897309fc07.tar.gz talos-obmc-linux-5192bf56b9bb0d90c9aa08e5593ea4897309fc07.zip |
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.h | 6 |
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 e16d4bbeb4b6..afa448d6571e 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 { }; |