wil6210: add wil6210_vif structure for per-VIF data
For supporting multiple virtual interfaces in the future, introduce a wil6210_vif structure which will hold per-VIF data. Change the module initialization so wil6210_vif will be part of net_device structure, and wireless_dev will be embedded inside the wil6210_vif structure. This will allow us to find the appropriate wil6210_vif structure when we only have access to wireless_dev or net_device. Change-Id: I4981c67ea2e14c50613d188d47e7f80e321ad1fd Signed-off-by:Lior David <liord@codeaurora.org> Signed-off-by:
Maya Erez <merez@codeaurora.org> Signed-off-by:
Kalle Valo <kvalo@codeaurora.org> Git-commit: 9f38f28624555af82a2909c9716688367d7297b1 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git [ailizaro@codeaurora.org: trivial conflict fixes] Signed-off-by:
Alexei Avshalom Lazar <ailizaro@codeaurora.org>
Loading
Please register or sign in to comment