summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/wifi.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-03-06 21:36:14 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-03-06 21:36:14 +0100
commit8e924edeeb15d6350e531e73cf519f2bd6ed5a74 (patch)
tree12f94aaf587ee0754b328b4e5242547f1a58850b /sys/src/9/pc/wifi.h
parent8c1417228c9714edd28a6946a95ed4203537ce52 (diff)
wifi: decode AP->AP (WDS / bridge) data frames.
Diffstat (limited to 'sys/src/9/pc/wifi.h')
-rw-r--r--sys/src/9/pc/wifi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/wifi.h b/sys/src/9/pc/wifi.h
index 65c249605..bc451cf3d 100644
--- a/sys/src/9/pc/wifi.h
+++ b/sys/src/9/pc/wifi.h
@@ -74,6 +74,7 @@ struct Wifipkt
uchar a2[Eaddrlen];
uchar a3[Eaddrlen];
uchar seq[2];
+ uchar a4[Eaddrlen];
};
Wifi *wifiattach(Ether *ether, void (*transmit)(Wifi*, Wnode*, Block*));