aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmsmac/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-104/+90
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-2/+4
2012-01-24brcm80211: Use brcmu_dbg_hex_dumpJoe Perches1-6/+3
2012-01-24brcm80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-80/+67
2012-01-24brcm80211: Use normal DEBUG defineJoe Perches1-21/+21
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka1-1/+9
2011-12-13brcm80211: smac: remove mapped core related function from aiutils.cArend van Spriel1-9/+5
2011-12-13brcm80211: smac: remove interrupt disable callback functionalityArend van Spriel1-26/+0
2011-12-13brcm80211: smac: use bcma core control functionsArend van Spriel1-30/+42
2011-12-13brcm80211: smac: replace ai_corereg() function with ai_cc_reg()Arend van Spriel1-8/+8
2011-12-13brcm80211: smac: use bcma functions for register access in phy codeArend van Spriel1-1/+1
2011-12-13brcm80211: smac: use bcma function for register access in dma.cArend van Spriel1-12/+10
2011-12-13brcm80211: smac: use DMA-API calls for descriptor allocationsArend van Spriel1-4/+4
2011-12-13brcm80211: smac: use bcma core register access functions for 802.11 coreArend van Spriel1-240/+239
2011-12-13brcm80211: smac: change ai_attach interface taking a bcma_bus objectArend van Spriel1-1/+1
2011-12-13brcm80211: smac: change attach interfaces in main.c for bcma supportArend van Spriel1-16/+15
2011-12-13brcm80211: smac: use inline access functions for struct si_pub fieldsArend van Spriel1-29/+27
2011-11-28brcm80211: smac: added support for mac80211 filter flagsAlwin Beukers1-26/+19
2011-11-28brcm80211: smac: remove skb next pointer usage from the driverArend van Spriel1-2/+0
2011-11-11brcm80211: smac: combine promiscuous mode functionalityAlwin Beukers1-30/+17
2011-11-11brcm80211: smac: remove usage of brcmu_pkttotlenArend van Spriel1-2/+2
2011-11-11brcm80211: smac: replace own access category definitions with mac80211 enumArend van Spriel1-14/+21
2011-11-08brcm80211: smac: use sk_buff list for handling frames in receive pathArend van Spriel1-13/+8
2011-11-08brcm80211: smac: mute transmit on ops_startRoland Vossen1-2/+8
2011-11-08brcm80211: smac: fixed inconsistency in transmit muteRoland Vossen1-8/+8
2011-11-08brcm80211: smac: bugfix for tx mute in brcms_b_init()Roland Vossen1-8/+8
2011-11-08brcm80211: smac: removed down-on-rf-kill functionalityRoland Vossen1-67/+0
2011-11-08brcm80211: smac: removed down-on-watchdog MPC functionalityRoland Vossen1-38/+7
2011-11-08brcm80211: smac: removed MPC related variablesRoland Vossen1-6/+2
2011-11-08brcm80211: smac: removed MPC related codeRoland Vossen1-64/+6
2011-11-08brcm80211: util: remove function brcmu_format_hex() from brcmutilArend van Spriel1-13/+11
2011-11-08brcm80211: smac: some local function made static in main.cArend van Spriel1-6/+5
2011-11-08brcm80211: smac: indicate severe problems to Mac80211Roland Vossen1-11/+3
2011-11-08brcm80211: removed duplicate definesAlwin Beukers1-0/+1
2011-11-08brcm80211: cleanup defines in main.cAlwin Beukers1-200/+148
2011-10-14brcm80211: moved function brcmu_format_flagsAlwin Beukers1-2/+64
2011-10-14brcm80211: cleanup function prototypesAlwin Beukers1-1437/+1310
2011-10-14brcm80211: smac: removed redundant timer function parametersRoland Vossen1-7/+6
2011-10-11net: wireless: add brcm80211 driversArend van Spriel1-0/+8841