diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-1000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-1000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index 1daf159914ad..00808ee5ce2a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c | |||
@@ -226,6 +226,7 @@ static struct iwl_lib_ops iwl1000_lib = { | |||
226 | .recover_from_tx_stall = iwl_bg_monitor_recover, | 226 | .recover_from_tx_stall = iwl_bg_monitor_recover, |
227 | .check_plcp_health = iwl_good_plcp_health, | 227 | .check_plcp_health = iwl_good_plcp_health, |
228 | .check_ack_health = iwl_good_ack_health, | 228 | .check_ack_health = iwl_good_ack_health, |
229 | .txfifo_flush = iwlagn_txfifo_flush, | ||
229 | }; | 230 | }; |
230 | 231 | ||
231 | static const struct iwl_ops iwl1000_ops = { | 232 | static const struct iwl_ops iwl1000_ops = { |