From: Arend van Spriel Date: Sat, 15 Mar 2014 16:18:21 +0000 (+0100) Subject: brcmfmac: remove mode field from brcmf_cfg80211_vif structure X-Git-Tag: v3.15-rc1~113^2~93^2^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967fe2c82dd8f8d16e873ebdf2328ec4d3258930;p=pandora-kernel.git brcmfmac: remove mode field from brcmf_cfg80211_vif structure The nl80211 iftype was converted to a mode value and stored in brcmf_cfg80211_vif structure. The value was used only within brcmfmac driver to decide execution of conditional code. Better use wireless_dev::iftype for that as the wdev is contained in the brcmf_cfg80211_vif structure. Reviewed-by: Daniel (Deognyoun) Kim Reviewed-by: Hante Meuleman Reviewed-by: Franky (Zhenhui) Lin Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed