aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/dhd.h
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2013-04-05 10:57:45 +0200
committerJohn W. Linville <linville@tuxdriver.com>2013-04-08 15:28:43 -0400
commit8fdd1578b11d8788244f02b8d8134b69b5911763 (patch)
treee8db2cf9a25dd4bb45c40d9aa52739bb62216e95 /drivers/net/wireless/brcm80211/brcmfmac/dhd.h
parentbrcmfmac: add hexadecimal trace of message payload (diff)
downloadlinux-dev-8fdd1578b11d8788244f02b8d8134b69b5911763.tar.xz
linux-dev-8fdd1578b11d8788244f02b8d8134b69b5911763.zip
brcmfmac: add role attribute to struct brcmf_if_event definition
According specification the IF event has an additional field indicating the role or type of the interface for which this event is sent. Reviewed-by: Piotr Haber <phaber@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/brcm80211/brcmfmac/dhd.h')
-rw-r--r--drivers/net/wireless/brcm80211/brcmfmac/dhd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmfmac/dhd.h b/drivers/net/wireless/brcm80211/brcmfmac/dhd.h
index ef5e3a92deb1..5249c67b466c 100644
--- a/drivers/net/wireless/brcm80211/brcmfmac/dhd.h
+++ b/drivers/net/wireless/brcm80211/brcmfmac/dhd.h
@@ -548,6 +548,7 @@ struct brcmf_if_event {
u8 action;
u8 flags;
u8 bssidx;
+ u8 role;
};
/* forward declarations */