diff --git a/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.IPQ5018 b/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.IPQ5018 index a34ce4192..0f883f318 100755 Binary files a/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.IPQ5018 and b/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.IPQ5018 differ diff --git a/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.QCN6122 b/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.QCN6122 index a34ce4192..1ce7599aa 100644 Binary files a/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.QCN6122 and b/feeds/ipq807x_v5.4/ath11k-wifi/board-yuncore-fap655.bin.QCN6122 differ diff --git a/feeds/ucentral/ucentral-event/files/ucentral-event b/feeds/ucentral/ucentral-event/files/ucentral-event index 630b8d76d..38993f9ee 100755 --- a/feeds/ucentral/ucentral-event/files/ucentral-event +++ b/feeds/ucentral/ucentral-event/files/ucentral-event @@ -88,7 +88,7 @@ handlers = { ssid: hapd.ssid, bssid: hapd.bssid, }); - if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) { + if (ratelimit) { let msg = { device: hapd.ifname, address: notify.data.address, @@ -103,7 +103,7 @@ handlers = { }, disassoc: function(notify, hapd) { - if (ratelimit && !wildcard(notify.data.ifname, 'wlanc*')) { + if (ratelimit) { let msg = { address: notify.data.address, };