ath10k: ath11k: ammend devd.conf regex
In order to match these drivers, and in expectiation of ath12k happening add ath[0-9]+k to the regex pattern for wlan devices. MFC after: 2 months
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ options {
|
|||||||
# Setup some shorthand for regex that we use later in the file.
|
# Setup some shorthand for regex that we use later in the file.
|
||||||
#XXX Yes, this is gross -- imp
|
#XXX Yes, this is gross -- imp
|
||||||
set wifi-driver-regex
|
set wifi-driver-regex
|
||||||
"(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|otus|\
|
"(ath|ath[0-9]+k|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|otus|\
|
||||||
ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
|
ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user