summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom
Commit message (Expand)AuthorAgeFilesLines
* brcmfmac: rename brcmf_bus_start function to brcmf_bus_startedRafał Miłecki2017-01-206-6/+6
* brcmfmac: drop brcmf_bus_detach and inline its codeRafał Miłecki2017-01-201-11/+1
* brcmfmac: move brcmf_c_set_joinpref_default declaration to common.hRafał Miłecki2017-01-202-1/+2
* brcmfmac: drop unneeded function declarations from headersRafał Miłecki2017-01-203-7/+1
* brcmfmac: fix incorrect event channel deductionGavin Li2017-01-201-1/+1
* brcmfmac: add support for BCM43455 with modalias sdio:c00v02D0dA9BFMartin Blumenstingl2017-01-201-0/+1
* brcmfmac: make brcmf_of_probe more genericRafał Miłecki2017-01-193-9/+12
* brcmfmac: setup wiphy bands after registering it firstRafał Miłecki2017-01-171-2/+7
* brcmfmac: don't preset all channels as disabledRafał Miłecki2017-01-171-2/+0
* brcmfmac: avoid writing channel out of allocated arrayRafał Miłecki2017-01-171-15/+17
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-021-2/+2
|\
| * brcmfmac: fix spelling mistakes on "Ivalid"Colin Ian King2016-12-301-2/+2
* | brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel2016-12-201-0/+1
* | brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel2016-12-201-2/+5
* | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-162-3/+0
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...David S. Miller2016-12-0213-332/+591
|\
| * brcmfmac: fix scheduled scan result handling for newer chipsArend Van Spriel2016-11-292-1/+30
| * brcmfmac: use requested scan interval in scheduled scanArend Van Spriel2016-11-293-3/+10
| * brcmfmac: remove restriction from .sched_scan_start() callbackArend Van Spriel2016-11-291-4/+1
| * brcmfmac: use provided channels for scheduled scanArend Van Spriel2016-11-292-1/+41
| * brcmfmac: move scheduled scan activation to pno source fileArend Van Spriel2016-11-293-110/+94
| * brcmfmac: split up brcmf_pno_config() functionArend Van Spriel2016-11-293-20/+68
| * brcmfmac: make internal escan more genericArend Van Spriel2016-11-292-82/+109
| * brcmfmac: change prototype for brcmf_do_escan()Arend Van Spriel2016-11-291-5/+5
| * brcmfmac: fix handling ssids in .sched_scan_start() callbackArend Van Spriel2016-11-293-57/+76
| * brcmfmac: move pno helper functions in separate source fileArend Van Spriel2016-11-294-86/+150
| * brcmfmac: add support for 43341 chipArend Van Spriel2016-11-292-0/+2
| * brcmfmac: add pcie host dongle interface rev6 supportFranky Lin2016-11-294-91/+132
| * brcmsmac: fix array out-of-bounds access in qm_log10Tobias Regnery2016-11-251-2/+3
* | Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-2710-20/+47
|\ \ | |/
| * brcmfmac: update beacon IE after bss up and clear when AP stoppedWright Feng2016-11-231-2/+3
| * brcmfmac: print name of connect status eventRafał Miłecki2016-11-173-3/+6
| * brcmfmac: proto: add callback for queuing TX dataRafał Miłecki2016-11-097-15/+38
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\ \
| * | brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_apArnd Bergmann2016-10-271-1/+1
| |/
* | wireless: deprecate WDS and disable by defaultJohannes Berg2016-10-272-0/+4
* | cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2016-10-131-10/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-0511-80/+84
|\
| * brcmfmac: use correct skb freeing helper when deleting flowringRafał Miłecki2016-09-271-1/+8
| * brcmfmac: replace WARNING on timeout with a simple error messageRafał Miłecki2016-09-271-1/+2
| * brcmfmac: drop unused fields from struct brcmf_pubRafał Miłecki2016-09-263-9/+0
| * brcmfmac: fix memory leak in brcmf_fill_bss_paramRafał Miłecki2016-09-261-1/+4
| * brcmfmac: simplify mapping of auth typeHante Meuleman2016-09-261-7/+1
| * brcmfmac: fix out of bound access on clearing wowl wake indicatorHante Meuleman2016-09-261-2/+4
| * brcmfmac: fix clearing entry IPv6 addressHante Meuleman2016-09-261-2/+5
| * brcmfmac: remove unnecessary null pointer checkHante Meuleman2016-09-261-2/+1
| * brcmfmac: remove worker from .ndo_set_mac_address() callbackArend Van Spriel2016-09-262-28/+13
| * brcmfmac: initialize variable in brcmf_sdiod_regrl()Arend Van Spriel2016-09-261-1/+1
| * brcmfmac: fix memory leak in brcmf_flowring_add_tdls_peer()Arend Van Spriel2016-09-261-2/+6
| * brcmfmac: rework pointer trickery in brcmf_proto_bcdc_query_dcmd()Arend Van Spriel2016-09-261-1/+1
OpenPOWER on IntegriCloud