diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-05-31 22:49:39 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-06-19 23:49:13 +0400 |
commit | 39e971ef1b0ced72b6504429296551bbf14ac965 (patch) | |
tree | aac28679e8833343d1b706663c8c849248a6877e /drivers/net/wireless/b43/phy_common.h | |
parent | ea42e71c79068daa8bfd04f5e3c4a19b5e62f7da (diff) | |
download | linux-39e971ef1b0ced72b6504429296551bbf14ac965.tar.xz |
b43: PHY: drop own channel_freq (get it from chandef when needed)
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, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/phy_common.h b/drivers/net/wireless/b43/phy_common.h index 56dfe7aa50a7..399082026b03 100644 --- a/drivers/net/wireless/b43/phy_common.h +++ b/drivers/net/wireless/b43/phy_common.h @@ -269,7 +269,6 @@ struct b43_phy { /* Current channel */ struct cfg80211_chan_def *chandef; unsigned int channel; - u16 channel_freq; enum nl80211_channel_type channel_type; /* PHY TX errors counter. */ |