summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* mt7601u: let mac80211 validate rx CCMP PNLorenzo Bianconi2018-03-132-1/+10
* mt7601u: simplify mt7601u_mcu_msg_alloc signatureLorenzo Bianconi2018-03-131-4/+3
* mt76x2: remove unnecessary len variable in mt76x2_eeprom_load()Lorenzo Bianconi2018-03-131-6/+6
* mt7601u: remove a warning in mt7601u_efuse_physical_size_check()Lorenzo Bianconi2018-03-131-1/+1
* mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi2018-03-136-16/+88
* mt76: add mt76_init_stream_cap routineLorenzo Bianconi2018-03-131-17/+39
* mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi2018-03-133-0/+8
* mt7601u: make write with mask access atomicLorenzo Bianconi2018-02-282-16/+39
* mt7601u: set device mac address in mt7601u_add_interface()Lorenzo Bianconi2018-02-281-0/+3
* mt7601u: move mt7601u_set_macaddr in mac related codeLorenzo Bianconi2018-02-283-22/+19
* mt76x2: remove warnings in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-02-281-2/+2
* mt76: do not set status->aggr for NULL data framesFelix Fietkau2018-02-011-1/+1
* mt76: avoid re-queueing A-MPDU rx reorder work if no frames are pendingFelix Fietkau2018-02-011-1/+5
* mt76: implement processing of BlockAckReq framesFelix Fietkau2018-02-011-1/+33
* mt76: implement AP_LINK_PSFelix Fietkau2018-02-015-15/+78
* mt76: validate rx CCMP PNFelix Fietkau2018-01-265-16/+125
* mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau2018-01-263-3/+14
* mt76: split mt76_rx_completeFelix Fietkau2018-01-264-16/+23
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-267-4/+319
* mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-265-3/+38
* mt76: add an intermediate struct for rx status informationFelix Fietkau2018-01-263-3/+43
* mt76: fix TSF value in probe responsesFelix Fietkau2018-01-261-1/+5
* mt76: retry rx polling as long as there is budget leftFelix Fietkau2018-01-261-3/+7
* mt76x2: init: disable all pending tasklets during device removalLorenzo Bianconi2018-01-241-0/+2
* mt76x2: dfs: take into account dfs region in mt76x2_dfs_init_params()Lorenzo Bianconi2018-01-241-1/+2
* mt76x2: dfs: add set_domain handlerLorenzo Bianconi2018-01-243-1/+16
* mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()Lorenzo Bianconi2018-01-242-1/+2
* mt76: fix transmission of encrypted management framesFelix Fietkau2018-01-244-3/+28
* mt76x2: fix WMM parameter configurationLorenzo Bianconi2018-01-242-12/+15
* mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-01-171-1/+1
* mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi2018-01-171-1/+3
* 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/+0
* 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/+1
* mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau2018-01-081-14/+14
* mt76: fix returnvar.cocci warningsFengguang Wu2018-01-081-2/+1
* mt76: fix debugfs_simple_attr.cocci warningsFengguang Wu2018-01-081-3/+4
* mt76: add driver code for MT76x2eFelix Fietkau2017-12-0725-0/+6943
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-0712-0/+2219
* mt7601u: check memory allocation failureChristophe Jaillet2017-08-241-0/+5
* mt7601u: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+3