mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
Fix the following gcc 13.1 warning observed with W=1: drivers/net/wireless/intel/iwlwifi/dvm/rs.c:207:39: warning: ‘iwl_rate_mcs’ defined but not used [-Wunused-const-variable=] This table is actually used in 'rs_sta_dbgfs_scale_table_read()' only if CONFIG_MAC80211_DEBUGFS is enabled, so the whole thing may be moved close to its actual use. Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru> Link: https://lore.kernel.org/r/20230619103900.300628-1-dmantipov@yandex.ru Signed-off-by: Johannes Berg <johannes.berg@intel.com> |
||
|---|---|---|
| .. | ||
| agn.h | ||
| calib.c | ||
| calib.h | ||
| commands.h | ||
| debugfs.c | ||
| dev.h | ||
| devices.c | ||
| led.c | ||
| led.h | ||
| lib.c | ||
| mac80211.c | ||
| main.c | ||
| Makefile | ||
| power.c | ||
| power.h | ||
| rs.c | ||
| rs.h | ||
| rx.c | ||
| rxon.c | ||
| scan.c | ||
| sta.c | ||
| tt.c | ||
| tt.h | ||
| tx.c | ||
| ucode.c | ||