tip for atheros AR5B95 no need to edit kext.
DSDT Edit for 168c-002b to works as if it was 168c-002a
notice IOName in injection.
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x08)
{
"AAPL,slot-name",
Buffer (0x08)
{
"AirPort"
},
"device_type",
Buffer (0x08)
{
"AirPort"
},
"name",
Buffer (0x0B)
{
"pci168c,2a"
},
"IOName",
Buffer (0x0B)
{
"pci168c,2a"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}