mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-20 10:51:27 +00:00
14 lines
617 B
Diff
14 lines
617 B
Diff
Index: backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/mac.c
|
|
===================================================================
|
|
--- backports-20210222_001-4.4.60-b157d2276.orig/drivers/net/wireless/ath/ath11k/mac.c
|
|
+++ backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/mac.c
|
|
@@ -493,7 +493,7 @@ struct ath11k_vif *ath11k_mac_get_arvif(
|
|
ath11k_get_arvif_iter,
|
|
&arvif_iter);
|
|
if (!arvif_iter.arvif) {
|
|
- ath11k_warn(ar->ab, "No VIF found for vdev %d\n", vdev_id);
|
|
+ //ath11k_warn(ar->ab, "No VIF found for vdev %d\n", vdev_id);
|
|
return NULL;
|
|
}
|
|
|