diff options
author | Christian Lamparter <chunkeey@web.de> | 2008-10-18 23:19:00 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-10 21:10:16 +0100 |
commit | e5ea92a7528d304e8e327d0d261653e98b163e8a (patch) | |
tree | 5e625aae02461802f816a0063a6e6c24e8f82893 /drivers/net/wireless/p54/p54.h | |
parent | p54: put broadcast frames into the right queues (diff) | |
download | linux-e5ea92a7528d304e8e327d0d261653e98b163e8a.tar.xz linux-e5ea92a7528d304e8e327d0d261653e98b163e8a.zip |
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 { 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; |