staging: wlan-ng: Fix the types of the hfa384x_comm_tallies_16/32 members
authorChristopher H Pezley <chris@pezley.net>
Sat, 22 Jul 2017 17:11:25 +0000 (19:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 30 Jul 2017 15:31:44 +0000 (08:31 -0700)
commit5551ad1e9fad2cf06288c6e93cb95f879b8cdf5e
treea28e8553559abe38959690240f35d2b8db6d7de4
parent40d4aa0f1fb54c4a8b7e401ec388c8b8adcd0c10
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>
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/prism2sta.c