wifi: iwlwifi: trans: remove unused status bits
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 18 Jun 2024 16:44:08 +0000 (19:44 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 26 Jun 2024 08:28:49 +0000 (10:28 +0200)
Those bits are never used.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240618194245.cd26318d9513.I035ec7f3f022cdc19a650eca3b89455e3b5eca18@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-trans.h

index 006eb51a705fbb5e33fc18745f446763fe070bbb..ac8f8ff5a99d20ea6348dd8b9b7a7986d0474df3 100644 (file)
@@ -291,9 +291,6 @@ enum iwl_d3_status {
  * @STATUS_RFKILL_HW: the actual HW state of the RF-kill switch
  * @STATUS_RFKILL_OPMODE: RF-kill state reported to opmode
  * @STATUS_FW_ERROR: the fw is in error state
- * @STATUS_TRANS_GOING_IDLE: shutting down the trans, only special commands
- *     are sent
- * @STATUS_TRANS_IDLE: the trans is idle - general commands are not to be sent
  * @STATUS_TRANS_DEAD: trans is dead - avoid any read/write operation
  * @STATUS_SUPPRESS_CMD_ERROR_ONCE: suppress "FW error in SYNC CMD" once,
  *     e.g. for testing
@@ -306,8 +303,6 @@ enum iwl_trans_status {
        STATUS_RFKILL_HW,
        STATUS_RFKILL_OPMODE,
        STATUS_FW_ERROR,
-       STATUS_TRANS_GOING_IDLE,
-       STATUS_TRANS_IDLE,
        STATUS_TRANS_DEAD,
        STATUS_SUPPRESS_CMD_ERROR_ONCE,
 };