1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de
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
..
def.h rtlwifi: rtl8188ee: rtl8192ce: rtl8192de: rtl8723ae: rtl8821ae: Remove some unused bit manipulation macros 2019-09-13 17:55:40 +03:00
dm.c rtlwifi: rtl8192de: fix ofdm power compensation 2020-12-09 09:22:37 +02:00
dm.h rtlwifi: rtl8188de: Remove CamelCase variables 2019-02-19 17:03:00 +02:00
fw.c rtlwifi: rtl8192de: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:56 +03:00
fw.h rtlwifi: rtl8192de: Remove usage of private bit manipulation macros 2019-12-18 20:22:26 +02:00
hw.c mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
hw.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
led.c rtlwifi: rtl8192de: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:56 +03:00
led.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
phy.c wifi: rtlwifi: remove always-true condition pointed out by GCC 12 2022-05-22 17:23:05 -07:00
phy.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
reg.h rtlwifi: rtl8188de: Remove CamelCase variables 2019-02-19 17:03:00 +02:00
rf.c rtlwifi: rtl8192de: Rename RT_TRACE to rtl_dbg 2020-08-31 18:25:56 +03:00
rf.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
sw.c rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlock 2021-04-17 20:34:12 +03:00
sw.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
table.c rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
table.h rtlwifi: rtl8192de: Replace old-style license information 2019-02-19 17:00:08 +02:00
trx.c mac80211: prepare sta handling for MLO support 2022-04-11 16:42:03 +02:00
trx.h rtlwifi: rtl8192de: Convert inline routines to little-endian words 2019-12-18 20:21:39 +02:00