wil6210: change reply_size arg to u16 in wmi_call
authorLior David <liord@codeaurora.org>
Wed, 9 May 2018 10:06:55 +0000 (13:06 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 12 May 2018 09:27:15 +0000 (12:27 +0300)
commit5f85c7e702d2185d3d553982f916b5ac96ae77a9
tree22d16540057d34f046792456cf624d13cc3336b1
parent9861bf3b818fbe810442b89230b80c0385ef9e04
wil6210: change reply_size arg to u16 in wmi_call

Change the type of the argument reply_size from u8 to
u16 in order to support reply sizes > 255 bytes.
The driver already supports u16 reply size in all
other places, this was the only missing change.

Signed-off-by: Lior David <liord@codeaurora.org>
Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/wil6210.h
drivers/net/wireless/ath/wil6210/wmi.c