Module Name: src Committed By: jakllsch Date: Wed Jul 2 00:04:18 UTC 2014
Modified Files: src/sys/dev/pci: if_wpi.c if_wpireg.h Log Message: No need to duplicate the members of the wpi_cmd_data structure within the wpi_scan_hdr structure when we can just put the wpi_cmd_data structure within the wpi_scan_hdr structure. This also brings our if_wpireg.h mostly in line with OpenBSD's 1.18. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/dev/pci/if_wpi.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/if_wpireg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.