diff options
Diffstat (limited to 'net.BSD/ifconfig.sh')
-rw-r--r-- | net.BSD/ifconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh index 8b73973f..d56ba259 100644 --- a/net.BSD/ifconfig.sh +++ b/net.BSD/ifconfig.sh @@ -87,7 +87,7 @@ _ifconfig_ent() _is_wireless() { case "$(_ifconfig_ent "media:")" in - "IEEE 802.11 Wireless"*) return 0;; + IEEE802.11*|"IEEE 802.11 Wireless"*) return 0;; *) return 1;; esac } |