]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath12k: Introduce check against zero for ahvif->key_cipher in ath12k_mac_op_tx()
authorAaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
Thu, 3 Apr 2025 08:22:07 +0000 (13:52 +0530)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Sat, 12 Apr 2025 04:19:28 +0000 (21:19 -0700)
commit4f4b067dd61695e860f97cae6ed6589a3a7dfba3
tree6a6a16529509b3a4905e9af98da49e23aaf6098a
parentd61c0b3c63462d17e63e5a2b4815e0f1ad17f57e
wifi: ath12k: Introduce check against zero for ahvif->key_cipher in ath12k_mac_op_tx()

Currently, ahvif->key_cipher is compared with the enum value
(WMI_CIPHER_NONE) inside ath12k_mac_op_tx(). However, ahvif->key_cipher is
set using the macro value WLAN_CIPHER_SUITE_XXXX which seems inconsistent.

To improve code consistency and readability, introduce check against zero
for ahvif->key_cipher instead of comparing it with the enum
(WMI_CIPHER_NONE).

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00209-QCAHKSWPL_SILICONZ-1

Signed-off-by: Aaradhana Sahu <aaradhana.sahu@oss.qualcomm.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250403082207.3323938-3-aaradhana.sahu@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath12k/mac.c