diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-06-19 06:17:19 -0400 |
---|---|---|
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) |
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 @@ | |||
18 | #define B43_PHY_HT_AFE_CTL6 B43_PHY_EXTG(0x119) | 18 | #define B43_PHY_HT_AFE_CTL6 B43_PHY_EXTG(0x119) |
19 | 19 | ||
20 | 20 | ||
21 | /* Values for PHY registers used on channel switching */ | ||
22 | struct b43_phy_ht_channeltab_e_phy { | ||
23 | /* TODO */ | ||
24 | }; | ||
25 | |||
26 | |||
21 | struct b43_phy_ht { | 27 | struct b43_phy_ht { |
22 | }; | 28 | }; |
23 | 29 | ||