summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0714-72/+179
|\
| * mt76: use udelay instead of usleep_range in mt76x2_mac_stopFelix Fietkau2018-05-231-1/+1
| * mt76: wait for pending tx to complete before switching channelFelix Fietkau2018-05-233-0/+22
| * mt76: move ieee80211_hw allocation to common coreFelix Fietkau2018-05-233-10/+28
| * mt76: prevent tx scheduling during channel changeFelix Fietkau2018-05-231-2/+8
| * mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau2018-05-233-2/+8
| * mt76: discard early received packets if not running yetFelix Fietkau2018-05-231-0/+3
| * mt76: fix sending encrypted broadcast packets for secondary interfacesFelix Fietkau2018-05-233-1/+7
| * mt76x2: apply coverage class on slot time tooLorenzo Bianconi2018-05-232-2/+4
| * mt76x2: add a polling delay in mt76x2_mac_stop routineLorenzo Bianconi2018-05-121-5/+5
| * mt76x2: fix avg_rssi estimationLorenzo Bianconi2018-05-041-2/+4
| * mt76x2: remove unnecessary break in mt76x2_mac_process_tx_rate()Lorenzo Bianconi2018-05-041-1/+0
| * mt76: check for pending reset before attempting to schedule txFelix Fietkau2018-04-301-0/+4
| * mt76: add rcu locking around tx schedulingFelix Fietkau2018-04-301-0/+2
| * mt76: add rcu locking in tid reorder functionFelix Fietkau2018-04-301-2/+4
| * mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau2018-04-303-0/+4
| * mt76x2: fix is_mt7612 routineLorenzo Bianconi2018-04-301-2/+1
| * mt76x2: fix TXD_INFO bitmask definitionLorenzo Bianconi2018-04-241-4/+3
| * mt76x2: set default values in TX_ALC_CFG_{1, 2} for tempetaure compensationLorenzo Bianconi2018-04-241-0/+8
| * mt76x2: fix tx_alc_enabled checkLorenzo Bianconi2018-04-242-5/+7
| * mt76x2: remove unnecessary MT_TX_ALC_CFG_4 configurationLorenzo Bianconi2018-04-241-1/+0
| * mt76: check qos ack policy before reordering packetsFelix Fietkau2018-04-241-1/+8
| * mt76: set RX_FLAG_DUP_VALIDATED for A-MPDU reordered packetsFelix Fietkau2018-04-241-0/+1
| * mt76: fix potential sleep in atomic contextFelix Fietkau2018-04-241-1/+1
| * mt76: rework tx power handlingFelix Fietkau2018-04-241-25/+42
| * mt76: toggle driver station powersave bit before notifying mac80211Felix Fietkau2018-04-241-1/+1
| * mt76: add missing VHT maximum A-MPDU length capabilityFelix Fietkau2018-04-241-1/+2
| * mt76: stop tx queues from the driver callback instead of common codeFelix Fietkau2018-04-242-4/+3
| * mt76x2: make mt76x2_mac_reset routine staticLorenzo Bianconi2018-04-242-2/+1
| * mt76x2: fix tssi initialization for 5GHz bandLorenzo Bianconi2018-04-241-1/+1
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+1
|/
* mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi2018-03-271-0/+11
* mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()Lorenzo Bianconi2018-03-271-1/+4
* mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi2018-03-271-11/+2
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-272-9/+9
* mt76x2: remove unnecessary len variable in mt76x2_eeprom_load()Lorenzo Bianconi2018-03-131-6/+6
* 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
* 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