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)
commitec5a07d5c4a830f5339d7a808e20562e037059d1
treee4d3a59ac7be4f829b7134db238aa685443956f9
parent1ed9baf0f12168c8ba2410fd9ccd578f7867c564
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
This page took 0.025107 seconds and 5 git commands to generate.