summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)Author
2018-08-02mt76x0: init filesStanislaw Gruszka
2018-08-02mt76x0: phy filesStanislaw Gruszka
2018-08-02mt76x0: mcu filesStanislaw Gruszka
2018-08-02mt76x0: usb filesStanislaw Gruszka
2018-08-02mt76x0: mac filesStanislaw Gruszka
2018-08-02mt76x0: core filesStanislaw Gruszka
2018-08-02mt76: add driver code for MT76x2u based devicesLorenzo Bianconi
2018-08-02mt76: add usb support to mt76 layerLorenzo Bianconi
2018-08-02mt76: move mt76x2_debugfs in mt76-common moduleLorenzo Bianconi
2018-08-02mt76: add mt76x2_phy_common to mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: add mt76x2_common to mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: add mt76x2_init_common to mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: add mt76x2_tx_common to mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: introduce mt76x2-common moduleLorenzo Bianconi
2018-08-02mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi
2018-08-02mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi
2018-08-02mt76x2: add buffer len to mt76x2_mac_write_txwi signatureLorenzo Bianconi
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi
2018-08-02mt76x2: introduce mt76x2_mac_load_tx_status routineLorenzo Bianconi
2018-08-02mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi
2018-08-02mt76x2: introduce mt76x2_init_device routineLorenzo Bianconi
2018-08-02mt76x2: move utility routines in mt76x2.hLorenzo Bianconi
2018-08-02mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.hLorenzo Bianconi
2018-08-02mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.hLorenzo Bianconi
2018-07-30mt76x2: fix CCK protection control frame rateLorenzo Bianconi
2018-07-30mt76x2: add frame protection supportLorenzo Bianconi
2018-07-04mt76x2: debugfs: add sw pulse statistics to dfs debugfsLorenzo Bianconi
2018-07-04mt76x2: dfs: add sw pattern detectorLorenzo Bianconi
2018-07-04mt76x2: dfs: add sw event ring bufferLorenzo Bianconi
2018-07-04mt76: introduce mt76_{incr,decr} utility routinesLorenzo Bianconi
2018-06-27mt76: improve gain adjustment in noisy environmentsFelix Fietkau
2018-06-27mt76: track ewma rssi for gain adjustment per stationFelix Fietkau
2018-06-27mt76: add a debugfs file to dump agc calibration informationFelix Fietkau
2018-06-27mt76: fix variable gain adjustment rangeFelix Fietkau
2018-06-27mt76: clear false CCA counters after changing gain settingsFelix Fietkau
2018-06-27mt76: adjust AGC control register 26 based on gain for VHT80Felix Fietkau
2018-06-27mt76: fix swapped values for RXO-18 in gain controlFelix Fietkau
2018-06-27mt76: fix threshold for gain adjustmentFelix Fietkau
2018-06-27mt76: fix beacon timer driftFelix Fietkau
2018-06-27mt76x2: fix mrr idx/count estimation in mt76x2_mac_fill_tx_status()Lorenzo Bianconi
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-23mt76: use udelay instead of usleep_range in mt76x2_mac_stopFelix Fietkau
2018-05-23mt76: wait for pending tx to complete before switching channelFelix Fietkau
2018-05-23mt76: move ieee80211_hw allocation to common coreFelix Fietkau
2018-05-23mt76: prevent tx scheduling during channel changeFelix Fietkau
2018-05-23mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau
2018-05-23mt76: discard early received packets if not running yetFelix Fietkau