diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 17:35:39 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 17:35:39 +0000 |
commit | ed144d4252c752e0ef64a42acacc2d07b3bbcc76 (patch) | |
tree | d9343ca1c08ee2c89092bbe45a1afca7fce92b31 /net.BSD/ifconfig.sh | |
parent | cd685410bd7d8f1893a9f585c784e43878e13913 (diff) |
NetBSD-4 doesn't support scanning via ifconfig, so mark it FreeBSD only for now.
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 } |