created | 2019-09-21T20:02:18Z |
---|---|
begin | 2019-09-18T00:00:00Z |
end | 2019-09-19T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2019-09-18T11:45:49Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/scsi_all.h | log | diff | annotate |
message |
Update struct inquiry_data with latest flags and remove flags that we didn't use and are now (SPC-4+) marked as "reserved" instead of just "obsolete". Whitespace tweaks to line stuff up. Mostly following FreeBSD. |
date | 2019-09-18T23:52:32Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_ipw.c | log | diff | annotate |
src/sys/dev/pci/if_iwi.c | log | diff | annotate | |
src/sys/dev/pci/if_iwm.c | log | diff | annotate | |
src/sys/dev/pci/if_iwn.c | log | diff | annotate | |
src/sys/dev/pci/if_wpi.c | log | diff | annotate | |
message |
don't hand roll bpf_mtap_hdr functionality, just use bpf_mtap_hdr. the radiotap code prepends a big struct to the packets, and wires them up with the packet by putting an mbuf on the stack and using that as the head of an mbuf chain. bpf_mtap_hdr does the chain head thing for us, so shrink this code by calling the bpf function. there's some other drivers that do this too, so if anyone wants a free commit they should go looking in the other wireless drivers and do the same change. ok claudio@ |