diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/conf.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/conf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index cc50faaf03d1..3e581e19424c 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h | |||
@@ -690,6 +690,9 @@ struct conf_tx_settings { | |||
690 | */ | 690 | */ |
691 | u8 tmpl_short_retry_limit; | 691 | u8 tmpl_short_retry_limit; |
692 | u8 tmpl_long_retry_limit; | 692 | u8 tmpl_long_retry_limit; |
693 | |||
694 | /* Time in ms for Tx watchdog timer to expire */ | ||
695 | u32 tx_watchdog_timeout; | ||
693 | }; | 696 | }; |
694 | 697 | ||
695 | enum { | 698 | enum { |