Skip to content

Commit a95f70e

Browse files
authored
Update 5ghz-diag.sh
Adding grep -iE "firmware|iwlwifi|mt79"
1 parent 5b5a769 commit a95f70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Network-Diagnostic-Scripts/5ghz-diag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ install_dependencies() {
311311
echo "Loaded Firmware Version:"
312312
if [ -n "$IFACE" ]; then
313313
# Use dmesg with proper privileges
314-
run_with_privilege dmesg | grep -i "firmware\|mt7921" | grep -v "Direct firmware load" | tail -5
314+
run_with_privilege dmesg | grep -iE "firmware|iwlwifi|mt79" | grep -v "Direct firmware load" | tail -5
315315
fi
316316
echo ""
317317

0 commit comments

Comments
 (0)