Here's what I have in my kext:
Code:
<key>Atheros Wireless LAN PCI</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AirPort.Atheros21</string>
<key>IOClass</key>
<string>AirPort_AthrFusion21</string>
<key>IOMatchCategory</key>
<string>IODefaultMatchCategory</string>
<key>IONameMatch</key>
<array>
<string>pci168c,1014</string>
</array>
<key>IOProbeScore</key>
<integer>424</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
Either edit the file
/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortAtheros21.kext/Contents/Info.plist
or create your own "legacy" kext with the snippet above -- it's basically just a copy of the vanilla Info.plist but with the devicde ID lists changed to match mine.