p54: AP & Ad-hoc testing

This patch finally adds all necessary code to test Ad-hoc & AP mode with p54.

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-10-18 23:19:00 +02:00
committed by John W. Linville
parent 94585b090b
commit e5ea92a752
2 changed files with 241 additions and 5 deletions

View File

@@ -108,6 +108,7 @@ struct p54_common {
struct timer_list stats_timer;
struct completion stats_comp;
struct sk_buff *cached_stats;
struct sk_buff *cached_beacon;
int noise;
void *eeprom;
struct completion eeprom_comp;