Fixed backward unhandled drop condition.

This commit is contained in:
mark 2000-05-11 21:51:49 +00:00
parent 5fc6ae5fc6
commit dc377dfab8

View file

@ -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;
}