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>
This commit is contained in:
Rafał Miłecki
2010-10-14 19:33:34 +02:00
committed by John W. Linville
parent 9ebad4ab87
commit 204a665ba3
3 changed files with 26 additions and 37 deletions

View File

@@ -927,10 +927,8 @@
struct b43_wldev;
struct b43_chanspec {
u8 channel;
u8 sideband;
u8 b_width;
u8 b_freq;
u16 center_freq;
enum nl80211_channel_type channel_type;
};
struct b43_phy_n_iq_comp {
@@ -984,7 +982,6 @@ struct b43_phy_n {
u16 papd_epsilon_offset[2];
s32 preamble_override;
u32 bb_mult_save;
struct b43_chanspec radio_chanspec;
bool gain_boost;
bool elna_gain_config;