aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_common.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2010-10-14 13:33:34 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-10-15 15:57:36 -0400
commit204a665ba390bca861ad7b1a061f3ccded0e7eab (patch)
treeca5c39321bdeaa7473e427a9805664c7d94947c0 /drivers/net/wireless/b43/phy_common.h
parent9ebad4ab87f2ffa6eca825327721e647c7457264 (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.h1
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. */