diff options
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index f9c8161671d9..07d2825458ab 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -585,8 +585,6 @@ enum { | |||
585 | struct b43_qos_params { | 585 | struct b43_qos_params { |
586 | /* The QOS parameters */ | 586 | /* The QOS parameters */ |
587 | struct ieee80211_tx_queue_params p; | 587 | struct ieee80211_tx_queue_params p; |
588 | /* Does this need to get uploaded to hardware? */ | ||
589 | bool need_hw_update; | ||
590 | }; | 588 | }; |
591 | 589 | ||
592 | struct b43_wldev; | 590 | struct b43_wldev; |
@@ -648,11 +646,8 @@ struct b43_wl { | |||
648 | bool beacon_templates_virgin; /* Never wrote the templates? */ | 646 | bool beacon_templates_virgin; /* Never wrote the templates? */ |
649 | struct work_struct beacon_update_trigger; | 647 | struct work_struct beacon_update_trigger; |
650 | 648 | ||
651 | /* The current QOS parameters for the 4 queues. | 649 | /* The current QOS parameters for the 4 queues. */ |
652 | * This is protected by the irq_lock. */ | ||
653 | struct b43_qos_params qos_params[4]; | 650 | struct b43_qos_params qos_params[4]; |
654 | /* Workqueue for updating QOS parameters in hardware. */ | ||
655 | struct work_struct qos_update_work; | ||
656 | 651 | ||
657 | /* Work for adjustment of the transmission power. | 652 | /* Work for adjustment of the transmission power. |
658 | * This is scheduled when we determine that the actual TX output | 653 | * This is scheduled when we determine that the actual TX output |