Commit 9c82d0a7 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville

iwlwifi: remove unused define

IWL_SIXTY_SECS is not been used, remove it
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 24e0f9f8
...@@ -1052,7 +1052,6 @@ struct iwl_event_log { ...@@ -1052,7 +1052,6 @@ struct iwl_event_log {
/* timer constants use to monitor and recover stuck tx queues in mSecs */ /* timer constants use to monitor and recover stuck tx queues in mSecs */
#define IWL_MONITORING_PERIOD (1000) #define IWL_MONITORING_PERIOD (1000)
#define IWL_ONE_HUNDRED_MSECS (100) #define IWL_ONE_HUNDRED_MSECS (100)
#define IWL_SIXTY_SECS (60000)
enum iwl_reset { enum iwl_reset {
IWL_RF_RESET = 0, IWL_RF_RESET = 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment