projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e2ba9
)
driver-select: remove double disable_var_01 for ath9k
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 13 Nov 2009 20:08:26 +0000
(12:08 -0800)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/scripts/driver-select
b/scripts/driver-select
index 01c4909ee4172eed191a853f3d81e3f5665ffc37..20b764dfcebafcdc3bb532fb5d39a350b39ec1ef 100755
(executable)
--- a/
scripts/driver-select
+++ b/
scripts/driver-select
@@
-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