]> git.openfabrics.org - ~emulex/infiniband.git/commit
brcm80211: smac: use sk_buff list for handling frames in receive path
authorArend van Spriel <arend@broadcom.com>
Fri, 21 Oct 2011 14:16:31 +0000 (16:16 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Nov 2011 20:54:23 +0000 (15:54 -0500)
commit3fd172d30b59d9b73cb35ab263a1f0173dae974c
tree1d4af5d073bdb1dc62a4182544487f047bd106c2
parent81d2e2d148c2263f29a971d027f04c6e2c87e0d2
brcm80211: smac: use sk_buff list for handling frames in receive path

In the receive path the frames are obtained from the dma using
multiple sk_buff that were linked using the skb next pointer.
This has been changed and it now used sk_buff lists and skb_queue
functions instead.

Reported-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Reviewed-by: Alwin Beukers <alwin@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/dma.c
drivers/net/wireless/brcm80211/brcmsmac/dma.h
drivers/net/wireless/brcm80211/brcmsmac/main.c