driver-select: remove double disable_var_01 for ath9k
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 13 Nov 2009 20:08:26 +0000 (12:08 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 13 Nov 2009 20:09:03 +0000 (12:09 -0800)
The other disable_var_01 was being called when we called
select_ath_driver on the switch statement for ath9k.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
scripts/driver-select

index 01c4909ee4172eed191a853f3d81e3f5665ffc37..20b764dfcebafcdc3bb532fb5d39a350b39ec1ef 100755 (executable)
@@ -148,7 +148,6 @@ function select_ath_driver
 function select_ath9k_driver
 {
        select_ath_driver CONFIG_ATH9K_HW
-       disable_var_01
 }
 
 # iwlwifi stuff needs more work