linux/drivers/net/wireless
Arnd Bergmann b7dc753fe3 wifi: ath9k: use proper statements in conditionals
A previous cleanup patch accidentally broke some conditional
expressions by replacing the safe "do {} while (0)" constructs
with empty macros. gcc points this out when extra warnings
are enabled:

drivers/net/wireless/ath/ath9k/hif_usb.c: In function 'ath9k_skb_queue_complete':
drivers/net/wireless/ath/ath9k/hif_usb.c:251:57: error: suggest braces around empty body in an 'else' statement [-Werror=empty-body]
  251 |                         TX_STAT_INC(hif_dev, skb_failed);

Make both sets of macros proper expressions again.

Fixes: d7fc76039b ("ath9k: htc: clean up statistics macros")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221215165553.1950307-1-arnd@kernel.org
2022-12-20 15:02:37 +02:00
..
admtek wifi: mac80211: add wake_tx_queue callback to drivers 2022-10-10 11:00:03 +02:00
ath wifi: ath9k: use proper statements in conditionals 2022-12-20 15:02:37 +02:00
atmel wifi: atmel: Fix atmel_private_handler array size 2022-11-01 12:30:22 +02:00
broadcom Networking changes for 6.2. 2022-12-13 15:47:48 -08:00
cisco wireless-next patches for v6.2 2022-11-18 11:44:36 +00:00
intel wifi: iwlwifi: fw: skip PPAG for JF 2022-12-20 15:00:31 +02:00
intersil wifi: p54: Replace zero-length array of trailing structs with flex-array 2022-11-22 12:17:12 +02:00
marvell wifi: Use kstrtobool() instead of strtobool() 2022-11-08 09:39:04 +02:00
mediatek wifi: mt76: mt7996: select CONFIG_RELAY 2022-12-20 15:01:06 +02:00
microchip Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-11-29 13:04:52 -08:00
purelifi wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx() 2022-11-28 15:56:17 +02:00
quantenna treewide: use get_random_u32() when possible 2022-10-11 17:42:58 -06:00
ralink Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-11-10 17:43:53 -08:00
realtek wifi: rtl8xxxu: fixing IQK failures for rtl8192eu 2022-12-08 16:53:35 +02:00
rsi wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port 2022-11-08 09:41:02 +02:00
silabs wifi: mac80211: add wake_tx_queue callback to drivers 2022-10-10 11:00:03 +02:00
st wireless-next patches for v6.2 2022-10-28 18:31:40 -07:00
ti wifi: ti: remove obsolete lines in the Makefile 2022-12-14 14:33:05 +02:00
zydas wifi: zd1201: Avoid clashing function prototypes 2022-11-16 11:31:47 +02:00
Kconfig
Makefile
mac80211_hwsim.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-11-10 17:43:53 -08:00
mac80211_hwsim.h
ray_cs.c
ray_cs.h
rayctl.h
rndis_wlan.c
virt_wifi.c
wl3501.h
wl3501_cs.c