Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8192e: Remove unused macro dm_tx_bb_gain_idx_to_amplify

Remove unused macro.

Signed-off-by: Teddy Engel <engel.teddy@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/5ee3df2b02a84e6aeb2d1c4903cb018161d78b1b.1718309120.git.engel.teddy@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Teddy Engel and committed by
Greg Kroah-Hartman
91c2d350 dd113e9c

-2
-2
drivers/staging/rtl8192e/rtl8192e/rtl_dm.h
··· 133 133 extern const u32 dm_tx_bb_gain[TX_BB_GAIN_TABLE_LEN]; 134 134 extern const u8 dm_cck_tx_bb_gain[CCK_TX_BB_GAIN_TABLE_LEN][8]; 135 135 extern const u8 dm_cck_tx_bb_gain_ch14[CCK_TX_BB_GAIN_TABLE_LEN][8]; 136 - /* Maps table index to iq amplify gain (dB, 12 to -24dB) */ 137 - #define dm_tx_bb_gain_idx_to_amplify(idx) (-idx + 12) 138 136 139 137 /*------------------------Export global variable----------------------------*/ 140 138