hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/wireless/ath/ath6kl/main.c
....@@ -389,6 +389,7 @@
389389 if (!ik->valid || ik->key_type != WAPI_CRYPT)
390390 break;
391391 /* for WAPI, we need to set the delayed group key, continue: */
392
+ fallthrough;
392393 case WPA_PSK_AUTH:
393394 case WPA2_PSK_AUTH:
394395 case (WPA_PSK_AUTH | WPA2_PSK_AUTH):
....@@ -641,7 +642,7 @@
641642 memcpy(vif->bssid, bssid, sizeof(vif->bssid));
642643 vif->bss_ch = channel;
643644
644
- if ((vif->nw_type == INFRA_NETWORK)) {
645
+ if (vif->nw_type == INFRA_NETWORK) {
645646 ath6kl_wmi_listeninterval_cmd(ar->wmi, vif->fw_vif_idx,
646647 vif->listen_intvl_t, 0);
647648 ath6kl_check_ch_switch(ar, channel);