summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211
Commit message (Expand)AuthorAgeFilesLines
...
* | wireless: slight optimization of addr comparedingtianhong2013-12-261-4/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-062-0/+4
|\
| * brcmfmac: fix uninitialized warningArend van Spriel2013-12-021-0/+2
| * brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov2013-11-251-0/+2
* | brcmsmac: remove dependency on CRC8 and CRC_CCITTHauke Mehrtens2013-12-051-2/+0
* | brcm80211: fix usage of freq_reg_info()Luis R. Rodriguez2013-12-051-1/+2
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-024-65/+57
|\ \
| * | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+4
| * | cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-252-3/+3
| * | cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-254-59/+50
* | | brcmfmac: expose chip information through debugfsArend van Spriel2013-12-021-1/+35
* | | brcmfmac: move firmware event related defines to fweh.hArend van Spriel2013-12-022-49/+54
* | | brcmfmac: remove some unused definitionsArend van Spriel2013-12-021-48/+0
* | | brcmfmac: Use consistent naming for BCDC.Hante Meuleman2013-12-023-106/+95
* | | brcmfmac: move firmware command code definitionsArend van Spriel2013-12-022-61/+61
* | | brcmfmac: move firmware related structures to fwil_types.hArend van Spriel2013-12-024-311/+310
* | | brcmfmac: remove unnecessary EXPORT_SYMBOL() usageArend van Spriel2013-12-021-3/+0
* | | brcmfmac: provide firmware version in ethtool driver infoArend van Spriel2013-12-023-3/+13
* | | brcmfmac: Dynamically register a protocol layer.Hante Meuleman2013-12-029-71/+202
* | | brcmfmac: remove redundant ioctl handlersArend van Spriel2013-12-021-149/+0
* | | brcmfmac: use platform specific alignment in SDIOArend van Spriel2013-12-021-28/+22
* | | brcmfmac: determine alignment values during probeArend van Spriel2013-12-021-24/+24
* | | brcmfmac: removed dhd_proto.h.Hante Meuleman2013-12-026-43/+15
* | | brcmfmac: rename dhd_cdc to bcdcHante Meuleman2013-12-022-1/+1
* | | brcmfmac: add host tx glomming supportFranky Lin2013-12-021-100/+227
* | | brcmfmac: add firmware and nvram file name for bcm4339Franky Lin2013-12-021-1/+6
* | | brcmfmac: fix driver build issue when CONFIG_BRCMDBG is not setArend van Spriel2013-12-021-2/+6
* | | brcmfmac: determine sd host controller related variable earlierArend van Spriel2013-12-021-15/+17
* | | brcmfmac: support hardware extension header in trace_brcmf_sdpcm_hdr()Arend van Spriel2013-12-022-11/+22
* | | brcmsmac: select CONFIG_BCMA when possibleArend van Spriel2013-12-021-1/+2
* | | brcmfmac: reduce logging noise accessing SDIO SleepCSR registerArend van Spriel2013-12-021-4/+15
* | | brcmfmac: remove empty brcmf_proto_stopFranky Lin2013-12-023-11/+0
* | | brcmfmac: start netif queues only when setup is completed successfulArend van Spriel2013-12-021-5/+4
* | | brcmfmac: replace dongle command list with .preinit() callbackArend van Spriel2013-12-024-44/+51
* | | brcmfmac: add separate function for passing bus tx overheadArend van Spriel2013-12-024-6/+19
* | | brcmfmac: Update fwsignal to fix out of order tx.Hante Meuleman2013-12-021-21/+146
| |/ |/|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-211-0/+1
|\ \
| * | brcmfmac: fix possible memory leakGeyslan G. Bem2013-11-181-0/+1
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-045-125/+216
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-045-23/+28
| |\
| * | brcmfmac: fix brcmf_sdcard_recv_chain() for host without sg supportArend van Spriel2013-10-183-4/+21
| * | brcmfmac: fix brcmf_sdio_txpkt_prep() for host without sg supportArend van Spriel2013-10-181-42/+64
| * | brcmfmac: fix brcmf_sdcard_send_pkt() for host without sg supportArend van Spriel2013-10-181-3/+11
| * | brcmfmac: remove stale code from brcmf_sdcard_recv_chain()Arend van Spriel2013-10-181-2/+0
| * | brcmfmac: verify result of brcmf_sdio_addrprep() callsArend van Spriel2013-10-181-4/+11
| * | brcmfmac: rework single packet transfersArend van Spriel2013-10-181-41/+40
| * | brcmfmac: rename brcmf_sdio_buffrw()Arend van Spriel2013-10-181-8/+9
| * | brcmfmac: rework scatter-gather code in brcmf_sdio_buffrw()Arend van Spriel2013-10-181-15/+19
| * | brcmfmac: determine host controller related variables during probeArend van Spriel2013-10-183-16/+28
OpenPOWER on IntegriCloud