diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-09-06 08:25:58 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-11 15:53:32 -0400 |
commit | 1b9975347e852c22a7c4c67b68814403ef16d2bd (patch) | |
tree | f577763ea0815273cf78ddaf1070421587ad786a /drivers/net/wireless/p54/p54common.h | |
parent | 09adf284039f896401df8ea219ee1d13e80333a8 (diff) |
p54: 802.11a 5GHz phy support
This patch brings the 5GHz Phy in any prism54 devices (of course, only those who have one) to life.
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/p54/p54common.h')
-rw-r--r-- | drivers/net/wireless/p54/p54common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54common.h b/drivers/net/wireless/p54/p54common.h index 9e544ce59c3c..4da736c789ac 100644 --- a/drivers/net/wireless/p54/p54common.h +++ b/drivers/net/wireless/p54/p54common.h | |||
@@ -314,4 +314,11 @@ struct p54_statistics { | |||
314 | __le32 unkn[10]; /* CCE / CCA / RADAR */ | 314 | __le32 unkn[10]; /* CCE / CCA / RADAR */ |
315 | } __attribute__ ((packed)); | 315 | } __attribute__ ((packed)); |
316 | 316 | ||
317 | struct p54_tx_control_xbow_synth { | ||
318 | __le16 magic1; | ||
319 | __le16 magic2; | ||
320 | __le16 freq; | ||
321 | u32 padding[5]; | ||
322 | } __attribute__ ((packed)); | ||
323 | |||
317 | #endif /* P54COMMON_H */ | 324 | #endif /* P54COMMON_H */ |