summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt76x2: simplify per-chain signal strength handlingFelix Fietkau2019-02-181-7/+8
* mt76: fix resetting software IV flag on key deleteFelix Fietkau2019-02-181-1/+1
* mt76: fix corrupted software generated tx CCMP PNFelix Fietkau2019-02-181-1/+1
* mt76: fix tx status timeout processingFelix Fietkau2019-02-181-4/+1Star
* mt76: Use the correct hweight8() functionBen Hutchings2019-02-181-2/+2
* mt76x02u: remove bogus check and comment paddingStanislaw Gruszka2019-02-181-5/+9
* mt76: usb: use dev_err_ratelimited instead of dev_err in mt76u_complete_rxLorenzo Bianconi2019-02-181-1/+2
* mt76: usb: introduce disable_usb_sg parameterLorenzo Bianconi2019-02-181-1/+5
* mt76: usb: use a linear buffer for tx/rx datapath if sg is not supportedLorenzo Bianconi2019-02-181-33/+54
* mt76: usb: do not use sg buffers for mcu messagesLorenzo Bianconi2019-02-184-13/+36
* mt76: usb: move mt76u_check_sg in usb.cLorenzo Bianconi2019-02-184-13/+16
* mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi2019-02-181-9/+2Star
* mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi2019-02-181-4/+10
* mt76: usb: fix possible NULL pointer dereference in mt76u_mcu_deinitLorenzo Bianconi2019-02-181-3/+5
* mt76x02u: use usb_bulk_msg to upload firmwareStanislaw Gruszka2019-02-183-37/+29Star
* mt76x0: init: introduce mt76x0_init_txpower routineLorenzo Bianconi2019-02-184-11/+39
* mt76x0: phy: report target_power in debugfsLorenzo Bianconi2019-02-181-0/+1
* mt76: change the return type of mt76_dma_attach()Ryder Lee2019-02-182-3/+2Star
* mt76x2: remove mt76x2_alloc_device routineLorenzo Bianconi2019-02-183-33/+20Star
* mt76x0: remove mt76x0u_alloc_device routineLorenzo Bianconi2019-02-184-38/+24Star
* mt76x2u: remove mt76x2u_alloc_device routineLorenzo Bianconi2019-02-183-30/+18Star
* mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi2019-02-185-13/+14
* mt76: increase ED/CCA tx block thresholdFelix Fietkau2019-02-181-1/+1
* mt76: measure the time between mt76x02_edcca_check runsFelix Fietkau2019-02-182-2/+10
* mt76: clear CCA timer stats in mt76x02_edcca_initFelix Fietkau2019-02-181-0/+3
* mt76: run MAC work every 100msFelix Fietkau2019-02-186-6/+7
* mt76: explicitly disable energy detect cca during scanFelix Fietkau2019-02-185-8/+12
* mt76: mt76x2: avoid running DPD calibration if tx is blockedFelix Fietkau2019-02-181-1/+1
* mt76: fix software encryption issuesFelix Fietkau2019-02-182-8/+8
* mt76: remove add_buf pointer in mt76_queue_opsLorenzo Bianconi2019-02-182-2/+0Star
* mt76: move mt76_dma_tx_queue_skb_raw in mt76-core moduleLorenzo Bianconi2019-02-183-32/+37
* mt76x0: mcu: remove useless commented configurationLorenzo Bianconi2019-02-181-6/+0Star
* mt76: move mt76_mcu_rx_event in mt76-coreLorenzo Bianconi2019-02-183-2/+9
* mt76: move mt76_mcu_get_response in mt76-coreLorenzo Bianconi2019-02-183-16/+20
* mt76: move mt76_mcu_msg_alloc in mt76-coreLorenzo Bianconi2019-02-186-29/+49
* mt76x0: eeprom: fix VHT mcs{8,9} rate power offsetLorenzo Bianconi2019-02-181-3/+3
* mt76x02: enable support for IBSS and MESHStanislaw Gruszka2019-02-181-11/+10Star
* mt76: beaconing fixes for USBStanislaw Gruszka2019-02-183-11/+30
* mt76x02: init beacon config for mt76x2uStanislaw Gruszka2019-02-181-5/+1Star
* mt76x02: minor beaconing init changesStanislaw Gruszka2019-02-181-6/+12
* mt76x02: initialize mutli bss mode when set up addressStanislaw Gruszka2019-02-184-16/+18
* mt76x02: use commmon add interface for mt76x2uStanislaw Gruszka2019-02-183-19/+5Star
* mt76x02: use mask for vifsStanislaw Gruszka2019-02-182-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2019-02-084-44/+54
|\
| * mt76x0u: fix suspend/resumeStanislaw Gruszka2019-02-071-17/+29
| * mt76x0: eeprom: fix chan_vs_power map in mt76x0_get_power_infoLorenzo Bianconi2019-01-313-27/+25Star
* | mt76: avoid scheduling tx queues for powersave stationsFelix Fietkau2019-01-221-0/+5
* | mt76: fix per-chain signal strength reportingFelix Fietkau2019-01-221-1/+1
* | mt76: do not report out-of-range rx nssLorenzo Bianconi2019-01-211-4/+10
* | mt76: add channel switch announcement supportFelix Fietkau2019-01-174-2/+57