summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_mac.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23mt76: discard early received packets if not running yetFelix Fietkau1-0/+3
2018-05-04mt76x2: remove unnecessary break in mt76x2_mac_process_tx_rate()Lorenzo Bianconi1-1/+0
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-01-26mt76: validate rx CCMP PNFelix Fietkau1-13/+48
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau1-3/+12
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau1-0/+7
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau1-0/+13
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau1-2/+2
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau1-1/+5
2018-01-24mt76: fix transmission of encrypted management framesFelix Fietkau1-0/+16
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi1-1/+1
2018-01-08mt76x2: remove some harmless WARN_ONs in tx status and rx pathFelix Fietkau1-14/+14
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau1-0/+755