diff --git a/feeds/ucentral/ucentral-event/files/ucentral-event b/feeds/ucentral/ucentral-event/files/ucentral-event index 4b927f6d7..dd48cddfe 100755 --- a/feeds/ucentral/ucentral-event/files/ucentral-event +++ b/feeds/ucentral/ucentral-event/files/ucentral-event @@ -92,7 +92,7 @@ let handlers = { }, disassoc: function(notify, hapd) { - if (ratelimit) { + if (ratelimit && !wildcard(notify.data.phy, 'wlanc*')) { let msg = { address: notify.data.address, };