summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/dma.c
Commit message (Expand)AuthorAgeFilesLines
* brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee2012-11-301-3/+1
* brcmsmac: Remove some noisy and uninformative debug messagesSeth Forshee2012-11-201-2/+0
* brcmsmac: Add tracepoint for AMPDU session informationSeth Forshee2012-11-201-0/+8
* brcmsmac: Add brcms_dbg_dma() debug macroSeth Forshee2012-11-201-89/+66
* brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee2012-11-201-1/+1
* brcmsmac: Remove internal tx queueSeth Forshee2012-11-201-36/+153
* brcmsmac: Add helper function for updating txavail countSeth Forshee2012-11-201-2/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-121-5/+10
|\
| * brcmsmac: fix DMA on SoCsHauke Mehrtens2012-07-101-3/+8
| * brcmsmac: use core id constants from bcmaHauke Mehrtens2012-07-101-2/+2
* | wireless: Remove casts to same typeJoe Perches2012-06-061-1/+1
|/
* brcm80211: Use normal DEBUG defineJoe Perches2012-01-241-4/+4
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
* brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel2011-12-131-50/+51
* brcm80211: smac: use bcma core control functionsArend van Spriel2011-12-131-1/+2
* brcm80211: smac: use bcma function for register access in dma.cArend van Spriel2011-12-131-77/+97
* brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel2011-12-131-22/+25
* brcm80211: smac: rename struct si_info field pbus to pcibusArend van Spriel2011-12-131-1/+1
* brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel2011-11-281-38/+24
* brcmsmac: Use current logging stylesJoe Perches2011-11-171-73/+72
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-091-2/+3
|\
| * brcm80211: smac: eliminate a null pointer dereference in dma.cArend van Spriel2011-11-071-2/+3
* | brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel2011-11-081-16/+22
* | brcm80211: removed duplicate definesAlwin Beukers2011-11-081-0/+1
|/
* net: wireless: add brcm80211 driversArend van Spriel2011-10-111-0/+1425