aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+3
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov1-3/+3
2018-03-27mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi1-0/+11
2018-03-27mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()Lorenzo Bianconi1-1/+4
2018-03-27mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi1-11/+2
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches3-18/+16
2018-03-22mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez1-1/+1
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2018-03-13mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2-1/+10
2018-03-13mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi1-4/+3
2018-03-13mt76x2: remove unnecessary len variable in mt76x2_eeprom_load()Lorenzo Bianconi1-6/+6
2018-03-13mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi1-1/+1
2018-03-13mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi6-16/+88
2018-03-13mt76: add mt76_init_stream_cap routineLorenzo Bianconi1-17/+39
2018-03-13mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi3-0/+8
2018-02-28mt7601u: make write with mask access atomicLorenzo Bianconi2-16/+39
2018-02-28mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi1-0/+3
2018-02-28mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi3-22/+19
2018-02-28mt76x2: remove warnings in mt76x2_mac_write_txwi()Lorenzo Bianconi1-2/+2
2018-02-01mt76: do not set status->aggr for NULL data framesFelix Fietkau1-1/+1
2018-02-01mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau1-1/+5
2018-02-01mt76: implement processing of BlockAckReq framesFelix Fietkau1-1/+33
2018-02-01mt76: implement AP_LINK_PSFelix Fietkau5-15/+78
2018-01-26mt76: validate rx CCMP PNFelix Fietkau5-16/+125
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau3-3/+14
2018-01-26mt76: split mt76_rx_completeFelix Fietkau4-16/+23
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau7-4/+319
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau5-3/+38
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau3-3/+43
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau1-1/+5
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau1-3/+7
2018-01-24mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi1-0/+2
2018-01-24mt76x2: dfs: take into account dfs region in mt76x2_dfs_init_params()Lorenzo Bianconi1-1/+2
2018-01-24mt76x2: dfs: add set_domain handlerLorenzo Bianconi3-1/+16
2018-01-24mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()Lorenzo Bianconi2-1/+2
2018-01-24mt76: fix transmission of encrypted management framesFelix Fietkau4-3/+28
2018-01-24mt76x2: fix WMM parameter configurationLorenzo Bianconi2-12/+15
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi1-1/+1
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi1-1/+3
2018-01-08mt76x2: eeprom: fix typo in mt76x2_get_power_info_5g()Lorenzo Bianconi1-1/+1
2018-01-08mt76: fix memcpy to potential null pointer on failed allocationColin Ian King1-0/+2
2018-01-08mt76x2: init: fix rx filter default value during initLorenzo Bianconi1-1/+2
2018-01-08mt76x2: configure rx filter based on monitor mode settingFelix Fietkau1-0/+9
2018-01-08mt76x2: init: disable APCLI by defaultLorenzo Bianconi1-2/+0
2018-01-08mt76x2: convert between per-chain tx power and combined outputFelix Fietkau2-0/+10
2018-01-08mt76x2: initialize channel power limits at probe timeFelix Fietkau4-13/+43
2018-01-08mt76x2: add channel argument to eeprom tx power functionsFelix Fietkau3-17/+26
2018-01-08mt76x2: increase OFDM SIFS timeFelix Fietkau1-8/+1
2018-01-08mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau1-14/+14