IGRSoft / KisMac2

KisMAC is a free, open source wireless stumbling and security tool for Mac OS X.
http://igrsoft.com
GNU General Public License v2.0
901 stars 207 forks source link

RTL8187 valid packets ignored #62

Closed orinem closed 9 years ago

orinem commented 9 years ago

USBJack::_interruptReceived() has the test: if (_USB_ISRXFRM(type)). For the frame returned from the RTL8187 driver however, 'type' is the frame control field of the 802.11 frame. There are some legitimate frames for which this test fails. These get ignored silently.

As far as I can tell, it should only be the Intersil driver that requires this test.

I am testing a fix.

orinem commented 9 years ago

Seems OK on the RTL8187, so I'm closing the issue.