FreeBSD Bugzilla – Attachment 10285 Details for
Bug 20660
if_wi provides 802.11 src and dst, not ethernet src and dst
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 697 bytes, created by
Bill Fenner
on 2000-08-16 19:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Bill Fenner
Created:
2000-08-16 19:40:00 UTC
Size:
697 bytes
patch
obsolete
>Index: if_wi.c >=================================================================== >RCS file: /home/ncvs/src/sys/i386/isa/if_wi.c,v >retrieving revision 1.5.2.4 >diff -u -r1.5.2.4 if_wi.c >--- if_wi.c 1999/08/29 16:07:24 1.5.2.4 >+++ if_wi.c 2000/08/16 18:18:59 >@@ -426,9 +434,9 @@ > m->m_pkthdr.len = m->m_len = > rx_frame.wi_dat_len + WI_SNAPHDR_LEN; > >- bcopy((char *)&rx_frame.wi_addr1, >+ bcopy((char *)&rx_frame.wi_dst_addr, > (char *)&eh->ether_dhost, ETHER_ADDR_LEN); >- bcopy((char *)&rx_frame.wi_addr2, >+ bcopy((char *)&rx_frame.wi_src_addr, > (char *)&eh->ether_shost, ETHER_ADDR_LEN); > bcopy((char *)&rx_frame.wi_type, > (char *)&eh->ether_type, sizeof(u_int16_t));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20660
: 10285