iwlwifi: remove unused define
IWL_SIXTY_SECS is not been used, remove it Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
parent
24e0f9f847
commit
9c82d0a73f
1 changed files with 0 additions and 1 deletions
|
@ -1052,7 +1052,6 @@ struct iwl_event_log {
|
|||
/* timer constants use to monitor and recover stuck tx queues in mSecs */
|
||||
#define IWL_MONITORING_PERIOD (1000)
|
||||
#define IWL_ONE_HUNDRED_MSECS (100)
|
||||
#define IWL_SIXTY_SECS (60000)
|
||||
|
||||
enum iwl_reset {
|
||||
IWL_RF_RESET = 0,
|
||||
|
|
Loading…
Reference in a new issue