diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-10-18 17:19:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 15:10:16 -0500 |
commit | e5ea92a7528d304e8e327d0d261653e98b163e8a (patch) | |
tree | 5e625aae02461802f816a0063a6e6c24e8f82893 /drivers/net/wireless/p54/p54.h | |
parent | 94585b090baf982a850678a1dc3395bce0c1e302 (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index eb69b904f651..b585ff65e0e4 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -108,6 +108,7 @@ struct p54_common { | |||
108 | struct timer_list stats_timer; | 108 | struct timer_list stats_timer; |
109 | struct completion stats_comp; | 109 | struct completion stats_comp; |
110 | struct sk_buff *cached_stats; | 110 | struct sk_buff *cached_stats; |
111 | struct sk_buff *cached_beacon; | ||
111 | int noise; | 112 | int noise; |
112 | void *eeprom; | 113 | void *eeprom; |
113 | struct completion eeprom_comp; | 114 | struct completion eeprom_comp; |