[PATCH] libertas: remove adapter->{rx,tx}antenna
There was nowhere any code that used the values of those variables. This patch also removes two static functions that are now unused. Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
David S. Miller

parent
4d4ce1ad02
commit
fdde7084e0
@@ -284,9 +284,6 @@ struct _wlan_adapter {
|
||||
/** control G rates */
|
||||
u8 adhoc_grate_enabled;
|
||||
|
||||
u32 txantenna;
|
||||
u32 rxantenna;
|
||||
|
||||
u32 fragthsd;
|
||||
u32 rtsthsd;
|
||||
|
||||
@@ -337,9 +334,6 @@ struct _wlan_adapter {
|
||||
u8 wpa_ie[MAX_WPA_IE_LEN];
|
||||
u8 wpa_ie_len;
|
||||
|
||||
u16 rxantennamode;
|
||||
u16 txantennamode;
|
||||
|
||||
/** Requested Signal Strength*/
|
||||
u16 bcn_avg_factor;
|
||||
u16 data_avg_factor;
|
||||
|
Reference in New Issue
Block a user