Skip to content
Snippets Groups Projects
Commit 1f9a4fee authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

broadcom-wl: support 'wds' interfaces on 'wl1' device


Signed-off-by: default avatarNathan Hintz <nlhintz@hotmail.com>

SVN-Revision: 38764
parent 753d52c2
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,6 @@ setup_broadcom_wds() {
case "$ACTION" in
add|register)
[ "${INTERFACE%%0-*}" = wds ] && setup_broadcom_wds "$INTERFACE"
[ "${INTERFACE%%[0-1]-*}" = wds ] && setup_broadcom_wds "$INTERFACE"
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment