View Single Post
 
Old 02-08-2010, 12:39 PM
hellboy hellboy is offline
Cheetah
 
Join Date: Oct 2009
Posts: 3
CarryDude, you should try to put the CountryCode and Locale not at the end of the file, but just before the end :

Code:
    <key>IOProviderClass</key>
    <string>IOPCIDevice</string>
    <dict>
        <key>CFBundleIdentifier</key>
        <string>com.apple.driver.AirPort.Atheros21</string>
        <key>IO80211Locale</key>
        <string>FCC</string>
        <key>IO80211CountryCode</key>
        <string>US</string>
    </dict>
</array>
I'll try it tonight and repost some result.
Reply With Quote