diff options
-rw-r--r-- | drivers/net/wireless/mwl8k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c index 3f5fdb69a2be..8f5f7c9f75f7 100644 --- a/drivers/net/wireless/mwl8k.c +++ b/drivers/net/wireless/mwl8k.c | |||
@@ -1173,7 +1173,7 @@ static void mwl8k_dump_tx_rings(struct ieee80211_hw *hw) | |||
1173 | /* | 1173 | /* |
1174 | * Must be called with priv->fw_mutex held and tx queues stopped. | 1174 | * Must be called with priv->fw_mutex held and tx queues stopped. |
1175 | */ | 1175 | */ |
1176 | #define MWL8K_TX_WAIT_TIMEOUT_MS 1000 | 1176 | #define MWL8K_TX_WAIT_TIMEOUT_MS 5000 |
1177 | 1177 | ||
1178 | static int mwl8k_tx_wait_empty(struct ieee80211_hw *hw) | 1178 | static int mwl8k_tx_wait_empty(struct ieee80211_hw *hw) |
1179 | { | 1179 | { |