commit | 5551ad1e9fad2cf06288c6e93cb95f879b8cdf5e | [log] [tgz] |
---|---|---|
author | Christopher H Pezley <chris@pezley.net> | Sat Jul 22 19:11:25 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 30 08:31:44 2017 -0700 |
tree | a28e8553559abe38959690240f35d2b8db6d7de4 | |
parent | 40d4aa0f1fb54c4a8b7e401ec388c8b8adcd0c10 [diff] |
staging: wlan-ng: Fix the types of the hfa384x_comm_tallies_16/32 members Running sparse revealed that the members of hfa384x_comm_tallies_16/32 were defined as u16/u32, but were actually used as __le16/__le32. This patch changes the member types to reflect their use. Signed-off-by: Christopher H Pezley <chris@pezley.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>