aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/b43.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2008-04-05 09:05:00 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-04-08 16:44:44 -0400
commit5042c5070daaa6a3c033e4510439e3ac02a1df60 (patch)
tree84048d9e1bb06cc41fd7605abddd3da90992c7c9 /drivers/net/wireless/b43/b43.h
parentc97a4ccc1fad35d3d183900af29c171b6d56b7f9 (diff)
b43: Fix PHY TX control words in SHM
This fixes the initialization of the PHY TX control words in shared memory. These control words are used for management frames like beacons. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h
index 4ba4a73673bc..eff2a158a411 100644
--- a/drivers/net/wireless/b43/b43.h
+++ b/drivers/net/wireless/b43/b43.h
@@ -730,6 +730,7 @@ struct b43_wl {
730 /* The beacon we are currently using (AP or IBSS mode). 730 /* The beacon we are currently using (AP or IBSS mode).
731 * This beacon stuff is protected by the irq_lock. */ 731 * This beacon stuff is protected by the irq_lock. */
732 struct sk_buff *current_beacon; 732 struct sk_buff *current_beacon;
733 struct ieee80211_tx_control beacon_txctl;
733 bool beacon0_uploaded; 734 bool beacon0_uploaded;
734 bool beacon1_uploaded; 735 bool beacon1_uploaded;
735 struct work_struct beacon_update_trigger; 736 struct work_struct beacon_update_trigger;