Created
August 2, 2012 04:50
-
-
Save steven676/3233702 to your computer and use it in GitHub Desktop.
hack to fix compat-wireless driver-select for TI WLAN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/scripts/driver-select 2012-07-03 17:38:37.000000000 -0700 | |
+++ a/scripts/driver-select 2012-08-01 21:48:57.000000000 -0700 | |
@@ -363,8 +363,7 @@ | |
disable_lib80211 | |
;; | |
ti) | |
- select_drivers CONFIG_WL1251 \ | |
- CONFIG_WL12XX | |
+ select_drivers CONFIG_WL_TI | |
disable_staging | |
disable_var_01 | |
;; | |
@@ -450,12 +449,14 @@ | |
disable_var_02 | |
;; | |
wl1251) | |
- select_drivers CONFIG_WL1251 | |
+ # XXX | |
+ select_drivers CONFIG_WL_TI | |
disable_staging | |
disable_var_01 | |
;; | |
wl12xx) | |
- select_drivers CONFIG_WL12XX | |
+ # XXX | |
+ select_drivers CONFIG_WL_TI | |
disable_staging | |
disable_var_01 | |
;; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment