1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/realtek/rtlwifi
Jakub Kicinski ee3db469dd wifi: rtlwifi: remove always-true condition pointed out by GCC 12
The .value is a two-dim array, not a pointer.

struct iqk_matrix_regs {
	bool iqk_done;
        long value[1][IQK_MATRIX_REG_NUM];
};

Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-22 17:23:05 -07:00
..
btcoexist rtlwifi: btcoex: fix if == else warning 2022-04-27 08:04:00 +03:00
rtl8188ee rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
rtl8192c rtlwifi: rtl8192c-common: fix bool comparison in expressions 2021-01-25 16:21:05 +02:00
rtl8192ce rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
rtl8192cu rtlwifi: rtl8192cu: Fix spelling mistake "writting" -> "writing" 2022-04-12 16:56:12 +03:00
rtl8192de wifi: rtlwifi: remove always-true condition pointed out by GCC 12 2022-05-22 17:23:05 -07:00
rtl8192ee rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
rtl8192se mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
rtl8723ae rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
rtl8723be rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
rtl8723com rtlwifi: Use ffs in <foo>_phy_calculate_bit_shift 2020-09-22 10:16:41 +03:00
rtl8821ae rtlwifi: Fix spelling mistake "cacluated" -> "calculated" 2022-04-12 16:54:05 +03:00
base.c mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
base.h net: rtlwifi: Remove void* casts related to delayed work 2020-09-29 14:02:55 -07:00
cam.c rtlwifi: remove redundant initialization of variable ul_encalgo 2022-02-01 14:26:34 +02:00
cam.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
core.c mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
core.h rtlwifi: implement set_tim by update beacon content 2021-04-21 12:39:33 +03:00
debug.c net: rtlwifi: Remove in_interrupt() from debug macro 2020-09-29 14:02:55 -07:00
debug.h net: rtlwifi: Remove in_interrupt() from debug macro 2020-09-29 14:02:55 -07:00
efuse.c rtlwifi: Replace RT_TRACE with rtl_dbg 2020-08-31 18:25:43 +03:00
efuse.h rtlwifi: Remove CamelCase variables from base code 2019-02-19 17:02:51 +02:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pci.c rtlwifi: replace usage of found with dedicated list iterator variable 2022-04-06 15:11:58 +03:00
pci.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
ps.c rtlwifi: rtl_pci: fix bool comparison in expressions 2021-01-25 16:21:01 +02:00
ps.h net: rtlwifi: Replace in_interrupt() for context detection 2020-09-29 14:02:55 -07:00
pwrseqcmd.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
rc.c mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
rc.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
regd.c rtlwifi: Replace RT_TRACE with rtl_dbg 2020-08-31 18:25:43 +03:00
regd.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
stats.c rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
stats.h rtlwifi: Replace old-style license information 2019-02-19 16:59:43 +02:00
usb.c rtlwifi: Use pr_warn instead of WARN_ONCE 2022-05-13 09:19:44 +03:00
usb.h rtlwifi: Fix blank line errors in main header files 2019-02-28 10:30:01 +02:00
wifi.h rtlwifi: rtl8192de: Style clean-ups 2021-11-29 12:47:07 +02:00