diff options
author | Michael Buesch <mb@bu3sch.de> | 2008-04-04 15:40:06 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:44:43 -0400 |
commit | a82d992261f79506a0d55b9a179a211f96caf878 (patch) | |
tree | 15350b682676c34e8cd3278e1b7f3eceb4059e95 /drivers/net/wireless/b43/b43.h | |
parent | 182e2e66ca56f750845f5314708434c286edd6e4 (diff) |
b43: Beaconing fixes
These are some beaconing related fixes. Basically it prevents
the card from triggering the beacon IRQ over and over again.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index e478799c09cb..bf6b276d47e2 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -733,6 +733,7 @@ struct b43_wl { | |||
733 | struct sk_buff *current_beacon; | 733 | struct sk_buff *current_beacon; |
734 | bool beacon0_uploaded; | 734 | bool beacon0_uploaded; |
735 | bool beacon1_uploaded; | 735 | bool beacon1_uploaded; |
736 | struct work_struct beacon_update_trigger; | ||
736 | 737 | ||
737 | /* The current QOS parameters for the 4 queues. | 738 | /* The current QOS parameters for the 4 queues. |
738 | * This is protected by the irq_lock. */ | 739 | * This is protected by the irq_lock. */ |