aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-20brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee1-2/+0
2012-11-20brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee1-0/+8
2012-11-20brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee1-89/+66
2012-11-20brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee1-1/+1
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee1-36/+153
2012-11-20brcmsmac: Add helper function for updating txavail countSeth Forshee1-2/+13
2012-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-5/+10
2012-07-10brcmsmac: fix DMA on SoCsHauke Mehrtens1-3/+8
2012-07-10brcmsmac: use core id constants from bcmaHauke Mehrtens1-2/+2
2012-06-06wireless: Remove casts to same typeJoe Perches1-1/+1
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-4/+4
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel1-50/+51
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel1-1/+2
2011-12-13brcm80211: smac: use bcma function for register access in dma.cArend van Spriel1-77/+97
2011-12-13brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel1-22/+25
2011-12-13brcm80211: smac: rename struct si_info field pbus to pcibusArend van Spriel1-1/+1
2011-11-28brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel1-38/+24
2011-11-17brcmsmac: Use current logging stylesJoe Perches1-73/+72
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2011-11-08brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel1-16/+22
2011-11-08brcm80211: removed duplicate definesAlwin Beukers1-0/+1
2011-11-07brcm80211: smac: eliminate a null pointer dereference in dma.cArend van Spriel1-2/+3
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+1425