summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/p54.h
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@web.de>2008-11-29 22:37:31 +0100
committerJohn W. Linville <linville@tuxdriver.com>2008-12-05 09:35:44 -0500
commitb2023ddcfa6b79f26ef459867324f3d32b91aa07 (patch)
tree751a6f5593ef90732067132ad7b446460c9057e0 /drivers/net/wireless/p54/p54.h
parent64c354ddcd65c98d9a1e2a8f7fb5cc80c7fa488e (diff)
downloadop-kernel-dev-b2023ddcfa6b79f26ef459867324f3d32b91aa07.zip
op-kernel-dev-b2023ddcfa6b79f26ef459867324f3d32b91aa07.tar.gz
p54: refactoring
Thanks to the introduction of "changed" flags, we no longer have to do the bookkeeping of p54's firmware state for everything. Thus we can cut down redundancy code. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r--drivers/net/wireless/p54/p54.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h
index ebe1ea1..d2dbb9e 100644
--- a/drivers/net/wireless/p54/p54.h
+++ b/drivers/net/wireless/p54/p54.h
@@ -85,7 +85,6 @@ struct p54_common {
struct mutex conf_mutex;
u8 mac_addr[ETH_ALEN];
u8 bssid[ETH_ALEN];
- u16 mac_mode;
struct pda_iq_autocal_entry *iq_autocal;
unsigned int iq_autocal_len;
struct pda_channel_output_limit *output_limit;
@@ -95,7 +94,6 @@ struct p54_common {
bool use_short_slot;
u16 rxhw;
u8 version;
- u8 rx_antenna;
unsigned int tx_hdr_len;
unsigned int fw_var;
unsigned int fw_interface;
OpenPOWER on IntegriCloud