Age | Commit message (Expand) | Author | Files | Lines |
2014-08-11 | brcmfmac: fix memory leakage in msgbuf | Arend van Spriel | 1 | -0/+4 |
2014-08-11 | brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data() | Arend van Spriel | 1 | -1/+2 |
2014-08-06 | Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 27 | -42/+4601 |
2014-07-31 | brcmfmac: Add TDLS support to msgbuf. | Hante Meuleman | 9 | -6/+158 |
2014-07-31 | brcmfmac: Fix msgbuf flow control. | Hante Meuleman | 3 | -8/+62 |
2014-07-31 | brcmfmac: Update pcie reset device routine. | Hante Meuleman | 1 | -7/+42 |
2014-07-31 | brcmfmac: Adding PCIe bus layer support. | Hante Meuleman | 9 | -0/+1880 |
2014-07-31 | brcmfmac: Adding msgbuf protocol. | Hante Meuleman | 10 | -21/+2275 |
2014-07-31 | brcmfmac: Add protocol addressing mode and peer deletion API. | Hante Meuleman | 4 | -3/+75 |
2014-07-31 | brcmfmac: Export brcmf_netif_rx for new protocol msgbuf. | Hante Meuleman | 2 | -1/+2 |
2014-07-31 | brcmfmac: Do not use strcpy and strcat | Daniel Kim | 1 | -7/+18 |
2014-07-29 | brcmfmac: Fix OOB interrupt not working for BCM43362 | Hans de Goede | 1 | -0/+16 |
2014-07-29 | brcmfmac: Fix some wrong register defines | Hans de Goede | 1 | -6/+6 |
2014-07-29 | brcmfmac: add device tree support for SDIO devices | Chen-Yu Tsai | 4 | -0/+84 |
2014-07-29 | Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 18 | -930/+1124 |
2014-07-21 | brcm80211: remove unnecessary break after return | Fabian Frederick | 2 | -2/+0 |
2014-07-18 | bcma: extract antenna gains from SPROM correctly | Rafał Miłecki | 1 | -37/+0 |
2014-07-16 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+2 |
2014-07-16 | brcmfmac: add brcmf_p2p_detach() call in brcmf_cfg80211_detach() | Arend van Spriel | 1 | -0/+1 |
2014-07-16 | brcmfmac: rework wiphy structure setup | Arend van Spriel | 1 | -268/+298 |
2014-07-16 | brcmfmac: moving some functions around | Arend van Spriel | 1 | -144/+144 |
2014-07-16 | brcmfmac: introduce feature and quirk handling | Arend van Spriel | 6 | -27/+244 |
2014-07-16 | brcmfmac: move attach and detach functions in wl_cfg80211.c | Arend van Spriel | 1 | -108/+107 |
2014-07-16 | brcmfmac: Make firmware path a module parameter | Daniel Kim | 4 | -20/+41 |
2014-07-16 | brcmfmac: rework debugfs functions in the driver | Arend van Spriel | 4 | -235/+207 |
2014-07-16 | brcmfmac: make use of seq_file API for debugfs entries | Arend van Spriel | 2 | -201/+170 |
2014-07-16 | brcmfmac: Cleanup used device IDs. | Hante Meuleman | 5 | -85/+107 |
2014-07-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+3 |
2014-06-25 | brcmfmac: reduce log level in fwil if firmware returns error | Arend van Spriel | 1 | -1/+1 |
2014-06-25 | brcmfmac: Don't control mpc setting during scan operation | Daniel Kim | 2 | -5/+18 |
2014-06-25 | brcmfmac: correct logging levels in btcoex source | Arend van Spriel | 1 | -19/+19 |
2014-06-25 | brcmfmac: replace cfg80211 testmode with vendor command | Franky Lin | 5 | -41/+188 |
2014-06-25 | brcmfmac: Change USB probe routine to support Composite USB | Hante Meuleman | 1 | -117/+87 |
2014-06-25 | brcmfmac: clear ht info during attach phase | Arend van Spriel | 1 | -0/+3 |
2014-06-25 | brcmfmac: Add USB device 43566 to supported devices. | Hante Meuleman | 1 | -0/+2 |
2014-06-25 | brcmfmac: Add 43569 USB support. | Hante Meuleman | 1 | -1/+9 |
2014-06-25 | net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual sem... | Rasmus Villemoes | 3 | -6/+5 |
2014-06-25 | brcmfmac: assign chip id and rev in bus interface after brcmf_usb_dlneeded | Arend van Spriel | 1 | -2/+3 |
2014-06-19 | net: wireless: Remove useless return variables | Peter Senna Tschudin | 2 | -17/+7 |
2014-05-29 | brcmfmac: remove firmware list from USB driver | Arend van Spriel | 1 | -76/+0 |
2014-05-29 | brcmfmac: Remove interrupt endpoint usage from USB driver. | Hante Meuleman | 1 | -77/+1 |
2014-05-29 | brcmfmac: Increase max buffer size for receiving control message from dongle | Daniel Kim | 1 | -4/+5 |
2014-05-29 | brcmutil: assure unused bits are cleared in 11n chanspec | Arend van Spriel | 1 | -1/+1 |
2014-05-29 | brcmfmac: make brcmf_fw_nvram_strip() static | Arend van Spriel | 2 | -2/+1 |
2014-05-29 | brcmfmac: use asynchronous firmware request in USB | Arend van Spriel | 1 | -30/+68 |
2014-05-29 | brcmfmac: use asynchronous firmware request in SDIO | Arend van Spriel | 1 | -147/+124 |
2014-05-29 | brcmfmac: introduce asynchronous firmware loading | Arend van Spriel | 2 | -1/+120 |
2014-05-29 | brcmfmac: Add log of superspeed device detection to USB probe. | Hante Meuleman | 1 | -1/+3 |
2014-05-29 | brcmfmac: rework usb callback operations | Arend van Spriel | 1 | -20/+28 |
2014-05-29 | brcmfmac: call brcmf_detach() unconditional in sdio .remove() callback | Arend van Spriel | 1 | -3/+1 |