diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-10-14 22:07:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:00:34 -0400 |
commit | 5e73444e91889ea6c7a83bc174ef8e8b6aaeea9b (patch) | |
tree | 84fb678e99ed7f52c4588861d45651dbea2f24e5 /drivers/net/wireless/p54/p54.h | |
parent | b92f30d65aeb0502e2ed8beb80c8465578b40002 (diff) |
p54: borrow some setup code from stlc45xx
This patch initialize all remaining values which are necessary for
SPI firmwares.
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index e9988e78a0c2..7a3bf759a40e 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -15,7 +15,7 @@ | |||
15 | */ | 15 | */ |
16 | 16 | ||
17 | enum control_frame_types { | 17 | enum control_frame_types { |
18 | P54_CONTROL_TYPE_FILTER_SET = 0, | 18 | P54_CONTROL_TYPE_SETUP = 0, |
19 | P54_CONTROL_TYPE_CHANNEL_CHANGE, | 19 | P54_CONTROL_TYPE_CHANNEL_CHANGE, |
20 | P54_CONTROL_TYPE_FREQDONE, | 20 | P54_CONTROL_TYPE_FREQDONE, |
21 | P54_CONTROL_TYPE_DCFINIT, | 21 | P54_CONTROL_TYPE_DCFINIT, |
@@ -80,7 +80,7 @@ struct p54_common { | |||
80 | struct mutex conf_mutex; | 80 | struct mutex conf_mutex; |
81 | u8 mac_addr[ETH_ALEN]; | 81 | u8 mac_addr[ETH_ALEN]; |
82 | u8 bssid[ETH_ALEN]; | 82 | u8 bssid[ETH_ALEN]; |
83 | __le16 filter_type; | 83 | u16 mac_mode; |
84 | struct pda_iq_autocal_entry *iq_autocal; | 84 | struct pda_iq_autocal_entry *iq_autocal; |
85 | unsigned int iq_autocal_len; | 85 | unsigned int iq_autocal_len; |
86 | struct pda_channel_output_limit *output_limit; | 86 | struct pda_channel_output_limit *output_limit; |