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
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.
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.