Comment 10 for bug 262539

Revision history for this message
John Dong (jdong) wrote : Re: 2.6.27 REGRESSION, hangs during boot while preparing restricted drivers

Indeed this appears the case; I too am experiencing this when I have ath_hal blacklisted.

I've tried:

      madwifi)
        set -- $@ ath_hal
 shift
 ;;
      ath_hal)
       set -- $@ ath_pci ath_rate_amrr ath_rate_minstrel \
  ath_rate_onoe ath_rate_sample wlan wlan_acl \
  wlan_ccmp wlan_scan_ap wlan_scan_sta wlan_tkip \
  wlan_wep wlan_xauth
        shift
        ;;

Which works, but I'm not confident is the correct fix.