Skip to content

Commit 9696454

Browse files
committed
wifi: iwlwifi: remove an unused struct
iwl_reduce_tx_power_cmd is not used anywhere, remove it. Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250711183056.313285673570.I87c646f8b9b83d63c7c6c293cc5d454c32d852c2@changeid
1 parent 100f38b commit 9696454

File tree

1 file changed

+0
-13
lines changed
  • drivers/net/wireless/intel/iwlwifi/fw/api

1 file changed

+0
-13
lines changed

drivers/net/wireless/intel/iwlwifi/fw/api/power.h

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -255,19 +255,6 @@ struct iwl_uapsd_misbehaving_ap_notif {
255255
u8 reserved[3];
256256
} __packed;
257257

258-
/**
259-
* struct iwl_reduce_tx_power_cmd - TX power reduction command
260-
* REDUCE_TX_POWER_CMD = 0x9f
261-
* @flags: (reserved for future implementation)
262-
* @mac_context_id: id of the mac ctx for which we are reducing TX power.
263-
* @pwr_restriction: TX power restriction in dBms.
264-
*/
265-
struct iwl_reduce_tx_power_cmd {
266-
u8 flags;
267-
u8 mac_context_id;
268-
__le16 pwr_restriction;
269-
} __packed; /* TX_REDUCED_POWER_API_S_VER_1 */
270-
271258
enum iwl_dev_tx_power_cmd_mode {
272259
IWL_TX_POWER_MODE_SET_LINK = 0,
273260
IWL_TX_POWER_MODE_SET_DEVICE = 1,

0 commit comments

Comments
 (0)