summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-01mt76: fix handling ps-poll framesFelix Fietkau1-0/+6
2018-09-19mt76: use mt76_rx_status in mt76x0Stanislaw Gruszka1-1/+2
2018-09-04mt76: Enable NL80211_EXT_FEATURE_CQM_RSSI_LISTKristian Evensen1-0/+2
2018-09-04mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka1-0/+1
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi1-7/+5
2018-08-02mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi1-8/+0
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-23mt76: wait for pending tx to complete before switching channelFelix Fietkau1-0/+16
2018-05-23mt76: move ieee80211_hw allocation to common coreFelix Fietkau1-2/+20
2018-05-23mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau1-0/+5
2018-04-30mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau1-0/+2
2018-04-24mt76: toggle driver station powersave bit before notifying mac80211Felix Fietkau1-1/+1
2018-04-24mt76: add missing VHT maximum A-MPDU length capabilityFelix Fietkau1-1/+2
2018-04-24mt76: stop tx queues from the driver callback instead of common codeFelix Fietkau1-4/+2
2018-03-13mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi1-0/+9
2018-03-13mt76: add mt76_init_stream_cap routineLorenzo Bianconi1-17/+39
2018-03-13mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi1-0/+3
2018-02-01mt76: implement AP_LINK_PSFelix Fietkau1-1/+51
2018-01-26mt76: validate rx CCMP PNFelix Fietkau1-0/+65
2018-01-26mt76: split mt76_rx_completeFelix Fietkau1-6/+18
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau1-3/+8
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau1-3/+6
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau1-1/+28
2017-12-07mt76: add common code shared between multiple chipsetsFelix Fietkau1-0/+393