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)
commit06bb123e5994351a158ce3daa4b19f9cc1486c9d
tree03436de013847024dc5856b4e6e62f295951c5c0
parent27a68fe391231b26e1143d67ac368053b1bf5a37
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