summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2012-11-20brcmsmac: Use correct descriptor count when calculating next rx descriptorSeth Forshee1-1/+1
2012-11-20brcmsmac: Remove internal tx queueSeth Forshee8-558/+316
2012-11-20brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levelsSeth Forshee4-86/+26
2012-11-20brcmsmac: Remove unimplemented flow control functionsSeth Forshee1-31/+0
2012-11-20brcmsmac: Add helper function for updating txavail countSeth Forshee1-2/+13
2012-11-20brcmsmac: Don't weight AMPDU packets in txfifoSeth Forshee3-23/+14
2012-11-20brcmsmac: Introduce AMPDU sessions for assembling AMPDUsSeth Forshee2-274/+377
2012-11-16brcmfmac: code cleanupHante Meuleman12-119/+16
2012-11-16brcmfmac: limit hex dump on fwil.Hante Meuleman1-6/+15
2012-11-16brcmfmac: sdio module load fix.Hante Meuleman1-3/+0
2012-11-16brcmfmac: avoid usage of func->card->dev in sdio probe.Hante Meuleman2-71/+79
2012-11-16brcmfmac: sdio unload fix.Hante Meuleman2-1/+3
2012-11-16brcmfmac: Handle mmc exceptions during init correct.Hante Meuleman2-9/+16
2012-11-16brcmfmac: Any error should result in failure of probe.Hante Meuleman1-4/+2
2012-11-16brcmfmac: restructure handling of IF eventArend van Spriel1-47/+55
2012-11-16brcmfmac: ignore IF event if it is a add for ifidx 0Arend van Spriel2-7/+15
2012-11-16brcmfmac: fix wrong usage of unaligned include fileArend van Spriel1-1/+1
2012-11-16brcmfmac: fix NULL pointer access in brcmf_fweh_detach()Hante Meuleman1-5/+7
2012-11-16brcmfmac: remove mac address validation from brcmf_net_attach()Arend van Spriel1-10/+2
2012-11-16brcmfmac: change mac address parameter in brcmf_add_if()Arend van Spriel1-5/+7
2012-11-16brcmfmac: correct handling IF firmware eventArend van Spriel1-35/+31
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel4-67/+67
2012-11-16brcmfmac: change parameter in brcmf_add_if() functionArend van Spriel3-7/+5
2012-11-16brcmfmac: usb suspend/resume.Hante Meuleman2-96/+58
2012-11-16brcmfmac: cleanup of usb firmware download routinesHante Meuleman1-28/+15
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel9-770/+763
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+4
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel3-46/+46
2012-11-14brcmfmac: add dedicated USB log level.Hante Meuleman2-29/+53
2012-11-14brcmfmac: on halting driver check before release or free.Hante Meuleman1-1/+5
2012-11-14brcmfmac: check bus state to be data before sending data.Hante Meuleman2-2/+2
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman1-9/+6
2012-11-14brcmfmac: fix build regressionArend van Spriel1-1/+1
2012-11-14brcmfmac: change return type of brcmf_sdio_hdparserFranky Lin1-24/+23
2012-11-14brcmfmac: remove brcmf_sdbrcm_wait_for_eventFranky Lin1-8/+3
2012-11-14brcmfmac: protect consecutive SDIO access with sdio_claim_hostFranky Lin3-71/+82
2012-11-14brcmfmac: decrease the range of SDIO access lockFranky Lin1-28/+34
2012-11-14brcmfmac: use dynamically allocated control frame bufferFranky Lin1-15/+38
2012-11-14brcmfmac: fix NULL pointer access in brcmf_create_iovar()Arend van Spriel1-1/+1
2012-11-14brcmfmac: remove obsolete function brcmf_c_mkiovarHante Meuleman2-24/+0
2012-11-14brcmfmac: remove obsolete variable from brcmf_cfg80211_start_ap()Arend van Spriel1-5/+3
2012-11-14brcmfmac: change parameter of brcmf_set_management_ie()Arend van Spriel2-15/+24
2012-11-14brcmfmac: fix pkt_filter sizeof calculation.Hante Meuleman1-6/+2
2012-11-14brcmfmac: use wait_event_timeout for 8021x pending countHante Meuleman2-18/+17
2012-11-14brcmfmac: handle exceptions in brcmf_bus_start correct.Hante Meuleman1-4/+9
2012-11-14brcmfmac: use fwil for netdev callbacks.Hante Meuleman3-259/+70
2012-11-14brcmfmac: remove obsolete i-scan and clean up related code.Hante Meuleman5-683/+27
2012-11-14brcmfmac: make pointer type constant in brcmf_set_management_ie()Arend van Spriel1-7/+7
2012-11-14brcmfmac: restrict error condition in brcmf_inform_bss()Arend van Spriel1-1/+2
2012-11-14brcmfmac: simplify if-else condition in brcmf_cfg80211_escan()Arend van Spriel1-3/+1