Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-05-31 22:49:39 +0400
committerJohn W. Linville <linville@tuxdriver.com>2014-06-19 23:49:13 +0400
commit39e971ef1b0ced72b6504429296551bbf14ac965 (patch)
treeaac28679e8833343d1b706663c8c849248a6877e /drivers/net/wireless/b43/phy_common.h
parentea42e71c79068daa8bfd04f5e3c4a19b5e62f7da (diff)
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.h1
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. */