summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010/ks_wlan_net.c
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-05-08 14:29:43 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-15 07:43:53 +0200
commit683356d16b0f5f97058e2377590bf365fdc97d79 (patch)
treea750ab7a0cc3772921c3b83fa8aa958f70a26de3 /drivers/staging/ks7010/ks_wlan_net.c
parentc27fbc9237cde91e8eb75220119cd4c2bbc7082a (diff)
downloadop-kernel-dev-683356d16b0f5f97058e2377590bf365fdc97d79.zip
op-kernel-dev-683356d16b0f5f97058e2377590bf365fdc97d79.tar.gz
staging: ks7010: hostif, u16 data types to __le16
Target device is little endian. Host interface data structures used for building frames to pass to target device should use little endian data types. All u16 structure members in ks_hostif.h need to be changed to __le16, Sparse can then be used to make sure we update all code that touches these data. Change all u16 data types in host interface structures to be __le16. Update all code that touches modified data types. Check using Sparse. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ks7010/ks_wlan_net.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud