acx100 fix by nabcore
authormatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 May 2008 18:48:47 +0000 (18:48 +0000)
committermatteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 May 2008 18:48:47 +0000 (18:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11011 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/acx/patches/003-encrypt-broadcast-traffic.diff [new file with mode: 0644]

diff --git a/package/acx/patches/003-encrypt-broadcast-traffic.diff b/package/acx/patches/003-encrypt-broadcast-traffic.diff
new file mode 100644 (file)
index 0000000..7fd59f2
--- /dev/null
@@ -0,0 +1,14 @@
+--- acx-20080210/common.c.orig 2008-04-19 17:38:46.000000000 +0100
++++ acx-20080210/common.c      2008-04-19 17:40:10.000000000 +0100
+@@ -4155,6 +4155,11 @@
+               /* To_DS = 0, From_DS = 1 */
+               hdr->fc = WF_FC_FROMDSi + WF_FTYPE_DATAi;
++              /* Do we need to encrypt this? */
++              if (adev->wep_enabled) {
++                      SET_BIT(hdr->fc, WF_FC_ISWEPi);
++              }
++
+               txbuf = acx_l_get_txbuf(adev, tx);
+               if (txbuf) {
+                       len = RXBUF_BYTES_RCVD(adev, rxbuf);