Skip to content

Commit

Permalink
Merge pull request kaloz#351 from ingamedeo/patch-1
Browse files Browse the repository at this point in the history
Timeout prevent
  • Loading branch information
yuhhaurlin authored Mar 2, 2019
2 parents c2c8244 + 107aa01 commit 31d9386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hif/pcie/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define PCIE_DRV_DESC "Marvell Mac80211 Wireless PCIE Network Driver"
#define PCIE_DEV_NAME "Marvell 802.11ac PCIE Adapter"

#define MAX_WAIT_FW_COMPLETE_ITERATIONS 2000
#define MAX_WAIT_FW_COMPLETE_ITERATIONS 10000
#define CHECK_BA_TRAFFIC_TIME 300 /* msec */
#define CHECK_TX_DONE_TIME 50 /* msec */

Expand Down

0 comments on commit 31d9386

Please sign in to comment.