]> git.baikalelectronics.ru Git - kernel.git/commit
brcm80211: fmac: use sk_buff list for handling frames in receive path
authorArend van Spriel <arend@broadcom.com>
Wed, 19 Oct 2011 10:51:09 +0000 (12:51 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Nov 2011 20:54:12 +0000 (15:54 -0500)
commit356993effcf02cc548696800ee306bef537e4e80
tree6d4ce4b0dcaa0e51e13a1638dc5a274cf87d908f
parent0af497e2d77d6689976d54c9a7f8e0bc121e56b4
brcm80211: fmac: use sk_buff list for handling frames in receive path

The functions in the receive patch of the fullmac now use sk_buff
list and skb_queue_xx() functions instead of dealing with list pointers
in the sk_buff directly.

Reported-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c