3
0
Fork 0
forked from mirrors/nixpkgs

Two options allegedely required for ath9k detection in Linux 3.0+. Without them nothing works, checked.

svn path=/nixpkgs/trunk/; revision=28404
This commit is contained in:
Michael Raskin 2011-08-08 20:49:32 +00:00
parent 9049a3000d
commit 56cf7dfe4a
2 changed files with 4 additions and 0 deletions

View file

@ -56,6 +56,8 @@ let
IPW2200_MONITOR y # support promiscuous mode
HOSTAP_FIRMWARE y # Support downloading firmware images with Host AP driver
HOSTAP_FIRMWARE_NVRAM y
ATH9K_PCI y # Detect Atheros AR9xxx cards on PCI(e) bus
ATH9K_AHB y # Ditto, AHB bus
# Some settings to make sure that fbcondecor works - in particular,
# disable tileblitting and the drivers that need it.

View file

@ -56,6 +56,8 @@ let
IPW2200_MONITOR y # support promiscuous mode
HOSTAP_FIRMWARE y # Support downloading firmware images with Host AP driver
HOSTAP_FIRMWARE_NVRAM y
ATH9K_PCI y # Detect Atheros AR9xxx cards on PCI(e) bus
ATH9K_AHB y # Ditto, AHB bus
# Some settings to make sure that fbcondecor works - in particular,
# disable tileblitting and the drivers that need it.