summaryrefslogtreecommitdiff
path: root/trafgen_stddef.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-21 14:05:59 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-21 14:05:59 +0200
commit18d49f2b1ca529d881b8e1064da57b372698a0cd (patch)
treedb7ad5393ce7593a04a9ceb22eca93705b8da1fe /trafgen_stddef.h
parent0b0f90c1bbd69e45e4de9f0cce99ac7bb5eca2ec (diff)
mac802.11: only wait for nl ack if unfinished
Jon reported that the setup via netlink of a raw 802.11 mon device fails with: root~/gencfg# trafgen --in beacon.cfg --rfraw --out wlan0 Waiting for netlink ack failed! Let us only wait for it, if really needed. Reported-by: Jon Schipp <jonschipp@gmail.com> Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'trafgen_stddef.h')
0 files changed, 0 insertions, 0 deletions
cbc893fd29dab9&id2=7a308bb3016f57e5be11a677d15b821536419d36'>diff)
nvdimm: constify device_type structures
Declare device_type structure as const as it is only stored in the type field of a device structure. This field is of type const, so add const to declaration of device_type structure. File size before: text data bss dec hex filename 19278 3199 16 22493 57dd nvdimm/namespace_devs.o File size after: text data bss dec hex filename 19929 3160 16 23105 5a41 nvdimm/namespace_devs.o Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'sound/pci/lx6464es/Makefile')