wil6210: support parsing brd file address from fw file
authorMaya Erez <merez@codeaurora.org>
Sun, 21 Jan 2018 09:14:43 +0000 (11:14 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Jan 2018 05:32:37 +0000 (07:32 +0200)
commit81b35afa49c8bf1813c3b69b303d63e1b8ea6206
treefe60b1cec81d2dc734538055db049ce180a82812
parent54fca595d1eec3d7d008b322a53a1ebed7f78193
wil6210: support parsing brd file address from fw file

In order to allow using the same brd file across different
11ad chips, the address for loading the brd file should be
part of the FW file, instead of the brd file. The brd file is
expected to include only one section.
To allow backward compatibility the driver reads the
address from the brd file in case it is not included in the
FW file.

Signed-off-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wil6210/fw.h
drivers/net/wireless/ath/wil6210/fw_inc.c
drivers/net/wireless/ath/wil6210/main.c
drivers/net/wireless/ath/wil6210/wil6210.h