From 24421c6f30bfdc412e2b634f08bddd91d2620d53 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 6 Jun 2011 04:04:20 +0000 Subject: [PATCH] added another wifi detector for output --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index c27706c..a5d72e2 100755 --- a/inxi +++ b/inxi @@ -5956,7 +5956,7 @@ print_network_advanced_data() if [[ $B_SHOW_ADVANCED_NETWORK == 'true' ]];then # first check if it's a known wifi id'ed card, if so, no print of duplex/speed - if [[ -n $( grep -Esi '(wireless|wifi|wi-fi|wlan)' <<< ${a_network_working[0]} ) ]];then + if [[ -n $( grep -Esi '(wireless|wifi|wi-fi|wlan|802\.11)' <<< ${a_network_working[0]} ) ]];then b_is_wifi='true' fi if [[ -n ${a_network_working[5]} ]];then