]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: remove brcmf_read_prof() function
authorArend van Spriel <arend@broadcom.com>
Thu, 27 Sep 2012 12:17:56 +0000 (14:17 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 28 Sep 2012 17:54:09 +0000 (13:54 -0400)
commit11eab9336728ff735a4b711d8aaec8a6d5d700f6
tree03436de013847024dc5856b4e6e62f295951c5c0
parenta1fa776a738e7652c0df42932136449990987ab7
brcmfmac: remove brcmf_read_prof() function

The function brcmf_read_prof() provided access to fields
with brcmf_cfg80211_profile structure using a field id,
but the calling function can easily access that structure
directly. This patch removes the function.

Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c