alessandro893 / MacOS-WLAN-Driver

Modified MacOS WLAN Drivers with hardcoded country code value.
72 stars 13 forks source link

Atheros40 High Sierra #6

Closed BorisYeltsin closed 6 years ago

BorisYeltsin commented 6 years ago

Hi! Can you create a patch for Atheros40 driver for macOS High Sierra? Here's a patch that works on mountain lion: sudo perl -pi -e 's|\x75\x3A\x48\x85\xF6\x75\x0D\x31\xC0\xF6\x43\x59\x80\x75\x2D|\x90\x90\x48\x85\xF6\x90\x90\x31\xC0\xF6\x43\x59\x80\x90\x90|' /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros40.kext/Contents/MacOS/AirPortAtheros40 If its necessary I can provide you with a kext version from OSX 10.8 Cheers!