This line in /etc/modprobe.d/madwifi.conf does not work (it does in earlier releases): options ath_pci autocreate=none ratectl=minstrel countrycode=276 but this does. ifdown ath1 modprobe -r ath_pci modprobe ath_pci countrycode=276 ifup ath1 What am I missing?