broadcom-wl: support 'wds' interfaces on 'wl1' device
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38764
This commit is contained in:
parent
753d52c2a4
commit
1f9a4fee5a
1 changed files with 1 additions and 1 deletions
|
@ -56,6 +56,6 @@ setup_broadcom_wds() {
|
||||||
|
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
add|register)
|
add|register)
|
||||||
[ "${INTERFACE%%0-*}" = wds ] && setup_broadcom_wds "$INTERFACE"
|
[ "${INTERFACE%%[0-1]-*}" = wds ] && setup_broadcom_wds "$INTERFACE"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue