Fixed backward unhandled drop condition.
This commit is contained in:
parent
5fc6ae5fc6
commit
dc377dfab8
|
@ -1761,7 +1761,7 @@ printk("\n");
|
|||
goto failed_cleanup;
|
||||
}
|
||||
|
||||
if (!prism2sta_int_rx_typedrop(wlandev, ieee2host16(pb->p80211_hdr->a3.fc))) {
|
||||
if (prism2sta_int_rx_typedrop(wlandev, ieee2host16(pb->p80211_hdr->a3.fc))) {
|
||||
WLAN_LOG_WARNING0("Unhandled frame type, dropped.\n");
|
||||
goto failed_cleanup;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue