ath9k: htc: clean up statistics macros
authorPavel Skripkin <paskripkin@gmail.com>
Mon, 13 Jun 2022 18:44:07 +0000 (21:44 +0300)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 20 Jun 2022 10:02:17 +0000 (13:02 +0300)
commitd7fc76039b74ad37b7056d5607b05d7cb31a5404
treee957235812e15fc47dd941ae80c7833d13e33338
parent0ac4827f78c7ffe8eef074bc010e7e34bc22f533
ath9k: htc: clean up statistics macros

I've changed *STAT_* macros a bit in previous patch and I seems like
they become really unreadable. Align these macros definitions to make
code cleaner and fix folllowing checkpatch warning

ERROR: Macros with complex values should be enclosed in parentheses

Also, statistics macros now accept an hif_dev as argument, since
macros that depend on having a local variable with a magic name
don't abide by the coding style.

No functional change

Suggested-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Pavel Skripkin <paskripkin@gmail.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/ebb2306d06a496cd1b032155ae52fdc5fa8cc2c5.1655145743.git.paskripkin@gmail.com
drivers/net/wireless/ath/ath9k/hif_usb.c
drivers/net/wireless/ath/ath9k/htc.h
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c