]> git.baikalelectronics.ru Git - kernel.git/commit
brcm80211: fmac: discard packet received when net device not registered
authorFranky Lin <frankyl@broadcom.com>
Wed, 23 Nov 2011 01:21:46 +0000 (17:21 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Nov 2011 19:43:35 +0000 (14:43 -0500)
commite9cf1263d0b8edddc7d9aafaea55dd0dca61e570
tree580b922314cd745f5df81b2846dba06d40b7b7ed
parent0a25bba123f7f1a9f134b302978473d97cc19406
brcm80211: fmac: discard packet received when net device not registered

A new feature in the dongle firmware requires a handshake during
firmware intialization. The request is sent in event packets which the
host driver is not able to handle before any net device registered.
Discard those packets as the context for handling it is missing.
The initialization handler will be added as part of feature support
code in the future.

Signed-off-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c