summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 20Thomas Gleixner2019-05-2141-575/+41Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-2158-713/+58Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2182-0/+82
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-216-0/+6
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-214-0/+4
* net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08264-2800/+58493
|\
| * net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-063-3/+3
| * Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-05200-1634/+56474
| |\
| | * rtw88: add license for MakefileYan-Hsuan Chuang2019-05-031-0/+2
| | * rtw88: Make RA_MASK macros ULLNathan Chancellor2019-05-021-6/+6
| | * rtw88: phy: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-0/+3
| | * rtw88: fix shift of more than 32 bits of a integerColin Ian King2019-05-021-3/+3
| | * Merge tag 'mt76-for-kvalo-2019-05-01' of https://github.com/nbd168/wirelessKalle Valo2019-05-0156-1100/+6281
| | |\
| | | * mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi2019-05-011-10/+20
| | | * mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi2019-05-013-5/+6
| | | * mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2019-05-012-2/+9
| | | * mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-0112-22/+20Star
| | | * mt76: add TX/RX antenna pattern capabilitiesRyder Lee2019-05-011-0/+2
| | | * mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-018-26/+26
| | | * mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-019-9/+9
| | | * mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka2019-05-011-5/+6
| | | * mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi2019-05-011-0/+3
| | | * mt76: fix endianness sparse warningsRyder Lee2019-05-012-7/+7
| | | * mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot2019-05-011-1/+1
| | | * mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi2019-05-011-10/+5Star
| | | * mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi2019-05-011-3/+4
| | | * mt76: introduce mt76_mcu_restart macroLorenzo Bianconi2019-05-012-1/+3
| | | * mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-014-11/+22
| | | * mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi2019-05-011-34/+27Star
| | | * mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi2019-05-011-22/+14Star
| | | * mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau2019-05-011-2/+1Star
| | | * mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2019-05-012-1/+6
| | | * mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau2019-05-013-3/+6
| | | * mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau2019-05-012-14/+37
| | | * mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2019-05-014-41/+10Star
| | | * mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-017-42/+66
| | | * mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka2019-05-012-2/+0Star
| | | * mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-014-4/+4
| | | * mt76: add unlikely() for dma_mapping_error() checkRyder Lee2019-05-011-4/+4
| | | * mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-0117-0/+4863
| | | * mt76: dma: add skb check for dummy pointerLorenzo Bianconi2019-05-012-4/+7
| | | * mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-013-1/+8
| | | * mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-019-39/+43
| | | * mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-015-13/+22
| | | * mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi2019-05-011-8/+12
| | | * mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-0114-21/+20Star
| | | * mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-014-3/+6
| | | * mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-019-20/+21
| | | * mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-015-18/+27