From: Arne Fitzenreiter Date: Wed, 22 Apr 2009 07:44:46 +0000 (+0200) Subject: Add blacklist for ath5k to switch between madwifi and ath5k X-Git-Tag: v2.5-beta1~7 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b0c5f259ee4a30b6a2cea843f63edfbdf246c5bd;ds=sidebyside Add blacklist for ath5k to switch between madwifi and ath5k --- diff --git a/lfs/madwifi b/lfs/madwifi index 6d657cc383..743c014cf7 100644 --- a/lfs/madwifi +++ b/lfs/madwifi @@ -85,6 +85,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Set Countrycode to germany because some cards # are not detected without cc echo options ath_pci countrycode=276 > /etc/modprobe.d/madwifi + echo #blacklist ath_pci >> /etc/modprobe.d/madwifi + echo blacklist ath5k >> /etc/modprobe.d/madwifi # create madwifi symlink for hostapd build cd $(DIR_SRC) && ln -sf $(THISAPP) madwifi