[wifi] capture: include iwconfig output (Linux)

On Linux, include the iwconfig output in the archive.
This commit is contained in:
Matteo Cypriani 2011-08-12 22:31:02 +02:00
parent 9f2bb020fa
commit b1c237a1f5
1 changed files with 2 additions and 0 deletions

View File

@ -167,6 +167,8 @@ gather_system_information()
uname -a >"$DESTDIR"/uname-a
# Wi-Fi interface information:
ifconfig $IFACE >"$DESTDIR"/ifconfig_$IFACE
[ $OS = Linux ] \
&& iwconfig $IFACE >"$DESTDIR"/iwconfig_$IFACE
# PCI devices:
which lspci >/dev/null \
&& lspci >"$DESTDIR"/lspci \