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