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>
This commit is contained in:
Christian Lamparter
2008-09-06 14:25:58 +02:00
gecommit door John W. Linville
bovenliggende 09adf28403
commit 1b9975347e
2 gewijzigde bestanden met toevoegingen van 111 en 20 verwijderingen

Bestand weergeven

@@ -314,4 +314,11 @@ struct p54_statistics {
__le32 unkn[10]; /* CCE / CCA / RADAR */
} __attribute__ ((packed));
struct p54_tx_control_xbow_synth {
__le16 magic1;
__le16 magic2;
__le16 freq;
u32 padding[5];
} __attribute__ ((packed));
#endif /* P54COMMON_H */