diff options
author | Aviv Palivoda <palaviv@gmail.com> | 2017-07-13 19:42:47 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-18 08:59:17 +0200 |
commit | e708d2c7407339fcc6e9cb56f91c1d41064bb860 (patch) | |
tree | b900b82b33fa693834faaaf0e143dfa472fc8527 /fs/dax.c | |
parent | 53116782793c82a51962518760702e22f8bc7876 (diff) |
staging: wlan-ng: Use little-endian type
Fix the following sparse warning:
drivers/staging//wlan-ng/prism2sta.c:1691:20: warning: incorrect type in assignment (different base types)
The authantication data is in little endian order. Change the types to little endian order:
(a) Change struct hfa384x_authenticate_station_data status, algorithm members type to __le16.
(b) Change struct hfa384x_auth_request algorithm member type to __le16.
(c) All assignment to status are converted to little-endian prior to assignment.
Signed-off-by: Aviv Palivoda <palaviv@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/dax.c')
0 files changed, 0 insertions, 0 deletions