Skip to content

Commit

Permalink
ath9k-broken-wifi-workaround: watch all, not only one, private wifi i…
Browse files Browse the repository at this point in the history
…nterface
  • Loading branch information
rotanid committed Jul 13, 2016
1 parent 9e514ed commit 7542a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
WIFIPRIVCONNECTIONS=0
PIPE=$(mktemp -u -t workaround-pipe-XXXXXX)
mkfifo $PIPE
iw dev | grep "Interface wlan0" | cut -d" " -f2 > $PIPE &
iw dev | grep "Interface wlan" | cut -d" " -f2 > $PIPE &
while read wifidev; do
iw dev $wifidev station dump 2>/dev/null | grep -q Station
if [ "$?" == "0" ]; then
Expand Down

0 comments on commit 7542a9b

Please sign in to comment.