Message ID | 201108221023.p7MANt13003500@mail.maya.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
--- rx.c 2011-08-22 11:50:13.000000000 +0200 +++ rx.c.debug 2011-08-22 11:49:39.000000000 +0200 @@ -1646,8 +1646,10 @@ */ if (ehdr->h_proto == rx->sdata->control_port_protocol && (compare_ether_addr(ehdr->h_dest, rx->sdata->vif.addr) == 0 || - compare_ether_addr(ehdr->h_dest, pae_group_addr) == 0)) + compare_ether_addr(ehdr->h_dest, pae_group_addr) == 0)) { + printk(KERN_DEBUG "received EAPOL"); return true; + } if (ieee80211_802_1x_port_control(rx) || ieee80211_drop_unencrypted(rx, fc)) {