diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 8577664da77c..e1959fbafd00 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -327,6 +327,7 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
327 | .recover_from_tx_stall = iwl_bg_monitor_recover, | 327 | .recover_from_tx_stall = iwl_bg_monitor_recover, |
328 | .check_plcp_health = iwl_good_plcp_health, | 328 | .check_plcp_health = iwl_good_plcp_health, |
329 | .check_ack_health = iwl_good_ack_health, | 329 | .check_ack_health = iwl_good_ack_health, |
330 | .txfifo_flush = iwlagn_txfifo_flush, | ||
330 | }; | 331 | }; |
331 | 332 | ||
332 | static const struct iwl_ops iwl6000_ops = { | 333 | static const struct iwl_ops iwl6000_ops = { |