summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ath10k: update copyright yearKalle Valo2017-12-2743-43/+43
| | * | | ath10k: add memory dump support QCA988XKalle Valo2017-12-271-0/+40
| | * | | ath10k: add memory dump support for QCA6174/QCA9377Alan Liu2017-12-276-1/+1112
| | * | | ath10k: add coredump_mask module parameterKalle Valo2017-12-273-22/+51
| | * | | ath10k: detach coredump.c from debug.cKalle Valo2017-12-276-47/+45Star
| | * | | ath10k: refactor firmware crashdump code to coredump.cKalle Valo2017-12-277-240/+291
| | * | | ath10k: remove deprecated fw_crash_dump debugfs fileKalle Valo2017-12-271-46/+0Star
| | * | | ath10k: advertise TDLS wider bandwidth support for 5GHzBalaji Pothunoori2017-12-272-1/+7
| | * | | ath10k: Add fw feature flag for non-bmi firmware loadRakesh Pillai2017-12-272-75/+108
| | * | | ath10k: Add debug mask for SNOC bus typeGovind Singh2017-12-271-0/+1
| | * | | ath10k: Add SNOC bus type for WCN3990 targetGovind Singh2017-12-272-0/+4
| | * | | ath10k: Add support for 64 bit ce descriptorGovind Singh2017-12-273-97/+587
| | * | | ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh2017-12-273-14/+18
| | * | | ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh2017-12-273-17/+109
| | * | | ath10k: Add hw param for rx ring size supportGovind Singh2017-12-274-4/+20
| | * | | ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh2017-12-273-27/+307
| | * | | ath10k: Add support for 64 bit HTT frag descriptorGovind Singh2017-12-273-26/+167
| | * | | ath10k: Add support for 64 bit htt rx ring cfgGovind Singh2017-12-273-23/+168
| | * | | ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh2017-12-272-7/+72
| | * | | ath10k: Update rx descriptor for WCN3990 targetGovind Singh2017-12-271-0/+50
| | * | | ath10k: Add hw param for 64-bit address supportRakesh Pillai2017-12-272-0/+16
| | * | | wil6210: fix build warnings without CONFIG_PMArnd Bergmann2017-12-272-19/+8Star
| | * | | ath10k: wmi: remove redundant integer fcColin Ian King2017-12-271-2/+0Star
| | |/ /
| * | | qtnfmac: support MAC address based access controlVasily Ulyanov2018-01-097-1/+137
| * | | qtnfmac: keeping track of "generation" for STA infoIgor Mitsyanko2018-01-095-7/+16
| * | | qtnfmac: modify GET_STA_STATS cmd format for back/forward compatibilityIgor Mitsyanko2018-01-094-168/+267
| * | | qtnfmac: fill wiphy's extended capabilitiesVasily Ulyanov2018-01-094-0/+50
| * | | qtnfmac: fix rssi data passed to wireless coreSergey Matyukevich2018-01-092-9/+9
| * | | qtnfmac: check for passed channel being NULL in MGMT_TX commandIgor Mitsyanko2018-01-091-2/+11
| * | | qtnfmac: change default interface mode from AP to STAIgor Mitsyanko2018-01-093-10/+6Star
| * | | qtnfmac: add support for radar detection and CACIgor Mitsyanko2018-01-095-1/+155
| * | | qtnfmac: pass complete channel data between driver and firmwareSergey Matyukevich2018-01-095-51/+74
| * | | qtnfmac: check that MAC exists in regulatory notifierIgor Mitsyanko2018-01-091-0/+3
| * | | rt2x00: Fix a typo in printkMasanari Iida2018-01-081-1/+1
| * | | wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King2018-01-081-2/+1Star
| * | | rt2x00: do not pause queue unconditionally on error pathStanislaw Gruszka2018-01-081-8/+14
| * | | rt2x00: pause almost full queue earlyStanislaw Gruszka2018-01-082-10/+8Star
| * | | mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2018-01-082-0/+4
| * | | mwifiex: debugfs: trigger device dump for usb interfaceXinming Hu2018-01-084-8/+21
| * | | mwifiex: device dump support for usb interfaceXinming Hu2018-01-084-0/+82
| * | | mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-085-57/+79
| * | | mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()Lorenzo Bianconi2018-01-081-1/+1
| * | | mt76: fix memcpy to potential null pointer on failed allocationColin Ian King2018-01-081-0/+2
| * | | mt76x2: init: fix rx filter default value during initLorenzo Bianconi2018-01-081-1/+2
| * | | mt76x2: configure rx filter based on monitor mode settingFelix Fietkau2018-01-081-0/+9
| * | | mt76x2: init: disable APCLI by defaultLorenzo Bianconi2018-01-081-2/+0Star
| * | | mt76x2: convert between per-chain tx power and combined outputFelix Fietkau2018-01-082-0/+10
| * | | mt76x2: initialize channel power limits at probe timeFelix Fietkau2018-01-084-13/+43
| * | | mt76x2: add channel argument to eeprom tx power functionsFelix Fietkau2018-01-083-17/+26
| * | | mt76x2: increase OFDM SIFS timeFelix Fietkau2018-01-081-8/+1Star