File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
drivers/net/wireless/intel/iwlwifi/fw/api Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -255,19 +255,6 @@ struct iwl_uapsd_misbehaving_ap_notif {
255
255
u8 reserved [3 ];
256
256
} __packed ;
257
257
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
-
271
258
enum iwl_dev_tx_power_cmd_mode {
272
259
IWL_TX_POWER_MODE_SET_LINK = 0 ,
273
260
IWL_TX_POWER_MODE_SET_DEVICE = 1 ,
You can’t perform that action at this time.
0 commit comments