diff options
author | Rafał Miłecki | 2010-10-14 19:33:34 +0200 |
---|---|---|
committer | John W. Linville | 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 { /* Current channel */ unsigned int channel; + u16 channel_freq; enum nl80211_channel_type channel_type; /* PHY TX errors counter. */ |