xtknight / mt7610u-linksys-ae6000-wifi-fixes

Trying to fix the MT7610U chipset driver by MediaTek so it's usable on modern Linux kernels and with nl80211/NetworkManager (and not completely breaking on old ones, maybe...)
187 stars 71 forks source link

Fixed an issue where module would panic and crash after a scan. #21

Closed Dumonu closed 7 years ago

Dumonu commented 7 years ago

The old code had a boolean passed where it wanted a cfg80211_scan_info, which then cause a dereference of a nullptr. This has been replaced with a pass of the info part of the scan request.

xtknight commented 7 years ago

Thanks for your contribution :)

Dumonu commented 7 years ago

OK. I've written a fix. Setting up a pull request now.