CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 09:47:32
Modified files:
sys/dev/pci : if_iwm.c
Log message:
The policy field in struct iwm_time_event_cmd_v2 is just a 16bit integer,
so we should use htole16() when setting it, instead of htole32().
Patch by Imre Vadasz
ok natano@
