diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-10-14 13:33:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-15 15:57:36 -0400 |
commit | 204a665ba390bca861ad7b1a061f3ccded0e7eab (patch) | |
tree | ca5c39321bdeaa7473e427a9805664c7d94947c0 /drivers/net/wireless/b43/phy_common.h | |
parent | 9ebad4ab87f2ffa6eca825327721e647c7457264 (diff) |
b43: N-PHY: replace N-specific radio_chanspec with common code
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h index 6dcd0334ed02..0e6194228845 100644 --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h | |||
@@ -253,6 +253,7 @@ struct b43_phy { | |||
253 | 253 | ||
254 | /* Current channel */ | 254 | /* Current channel */ |
255 | unsigned int channel; | 255 | unsigned int channel; |
256 | u16 channel_freq; | ||
256 | enum nl80211_channel_type channel_type; | 257 | enum nl80211_channel_type channel_type; |
257 | 258 | ||
258 | /* PHY TX errors counter. */ | 259 | /* PHY TX errors counter. */ |