diff options
Diffstat (limited to 'sys/src/9/port/wifi.c')
-rw-r--r-- | sys/src/9/port/wifi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/wifi.c b/sys/src/9/port/wifi.c index cd70b2ad4..67fa5fc46 100644 --- a/sys/src/9/port/wifi.c +++ b/sys/src/9/port/wifi.c @@ -139,7 +139,7 @@ wifiiq(Wifi *wifi, Block *b) dmatproxy(b, 0, wifi->ether->ea, &wifi->dmat); - etheriq(wifi->ether, b, 1); + etheriq(wifi->ether, b); return; } drop: |