Skip to content

Commit 5619221

Browse files
committed
wifi: iwlwifi: remove unused macro
TFD_QUEUE_SIZE_MAX_GEN3 is not used, remove it. Reviewed-by: Johannes Berg <[email protected]> Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250511195137.a0154cca6afb.Ifb4915e0acd51be6a75d33a8b96b3f7b0928b312@changeid
1 parent c700a94 commit 5619221

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/wireless/intel/iwlwifi

1 file changed

+0
-1
lines changed

drivers/net/wireless/intel/iwlwifi/iwl-fh.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ struct iwl_rb_status {
588588

589589

590590
#define TFD_QUEUE_SIZE_MAX (256)
591-
#define TFD_QUEUE_SIZE_MAX_GEN3 (65536)
592591
/* cb size is the exponent - 3 */
593592
#define TFD_QUEUE_CB_SIZE(x) (ilog2(x) - 3)
594593
#define TFD_QUEUE_SIZE_BC_DUP (64)

0 commit comments

Comments
 (0)