#Maintained by: RehabMan for: Laptop Patches #wifi_AR9285-RP02-PXSX.txt # Airport fix works with vanilla IO80211 kext into method label _DSM parent_label PXSX remove_entry; into device label PXSX parent_label RP02 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "device-id", Buffer() { 0x30, 0x00, 0x00, 0x00 },\n "name", "pci168c,30",\n "AAPL,slot-name", Buffer() { "AirPort" },\n "device_type", Buffer() { "AirPort" },\n "model", Buffer() { "Atheros 9285 802.11 b/g/n Wireless Network Adapter" },\n "subsystem-id", Buffer() { 0x8F, 0x00, 0x00, 0x00 },\n "subsystem-vendor-id", Buffer() { 0x6B, 0x10, 0x00, 0x00 },\n })\n }\n end;