diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-05-31 22:49:38 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-06-19 23:49:13 +0400 |
commit | ea42e71c79068daa8bfd04f5e3c4a19b5e62f7da (patch) | |
tree | 730578ca00725ad10dfc1e7c7c15a66378fb9a10 /drivers/net/wireless/b43/phy_common.h | |
parent | f9471e9973fd887b8af888b98860182b6c534ea2 (diff) | |
download | linux-ea42e71c79068daa8bfd04f5e3c4a19b5e62f7da.tar.xz |
b43: store current channel using struct cfg80211_chan_def
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 9a92df46ae84..56dfe7aa50a7 100644 --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h @@ -267,6 +267,7 @@ struct b43_phy { unsigned long next_txpwr_check_time; /* Current channel */ + struct cfg80211_chan_def *chandef; unsigned int channel; u16 channel_freq; enum nl80211_channel_type channel_type; |