Magellan Linux

Contents of /trunk/zydas/patches/zd1211-driver-r32-monitor-mode-correct-packet-length.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1016 byte(s)
-import

1 * finding or making jordens@debian.org--zd1211/zd1211--integration--0--patch-17
2 * finding or making jordens@debian.org--zd1211/zd1211--integration--0--patch-18
3 * auto-adding jordens@debian.org--zd1211/zd1211--integration--0--patch-18 to greedy revision library /home/rj/tla/revlib
4 * computing changeset
5 A {arch}/zd1211/zd1211--integration/zd1211--integration--0/jordens@debian.org--zd1211/patch-log/patch-18
6 M src/zd1205.c
7 * changeset report
8 * modified files
9
10 --- orig/src/zd1205.c
11 +++ mod/src/zd1205.c
12 @@ -3810,7 +3810,7 @@
13 macp->bDataTrafficLight = 1;
14 } else {
15 skb->tail = skb->data = pHdr;
16 - skb_put(skb, data_sz - PLCP_HEADER);
17 + skb_put(skb, data_sz - PLCP_HEADER - EXTRA_INFO_LEN - CRC32_LEN);
18 skb->mac.raw = skb->data;
19 skb->pkt_type = PACKET_OTHERHOST;
20 skb->protocol = __constant_htons(ETH_P_802_2);
21
22
23
24 * added files
25
26

Properties

Name Value
svn:executable *