From: Arend van Spriel Date: Fri, 5 Apr 2013 08:57:54 +0000 (+0200) Subject: brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb09280cd72ceb8b0679490f076d0e9f30dd456;p=pandora-kernel.git brcmfmac: only use ifidx from BDC header in brcmf_rx_frames() In brcmf_rx_frames() the call to brcmf_fweh_process_skb() could change the ifidx using information in the event data. This is only different to the BDC ifidx for IF ADD event. However, the creation of the new interface is deferred to event worker so it does not exist. After brcmf_fweh_process_skb() it is only used to set statistics. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed