]> git.baikalelectronics.ru Git - kernel.git/commit
brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commands
authorArend van Spriel <arend@broadcom.com>
Mon, 22 Oct 2012 17:36:21 +0000 (10:36 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Oct 2012 19:28:24 +0000 (15:28 -0400)
commitbe36c60e0458e4e3c7c748b293d867ab082931f2
treee4d3a59ac7be4f829b7134db238aa685443956f9
parent47a48f5a6cbdf4b7009ad95371b237d46a15e6d9
brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commands

The firmware interface has functions to send bsscfg specific commands
to the device. These functions currently have a bssidx parameter, but
that same information is stored in struct brcmf_if, which is in the
private data of the net_device parameter.

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