summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/mac.c
AgeCommit message (Expand)Author
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi
2020-12-04mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi
2020-12-04mt76: testmode: switch ib and wb rssi to array type for per-antenna reportShayne Chen
2020-12-04mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi
2020-12-04mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi
2020-12-04mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau
2020-09-24mt76: mt7615: fix a possible NULL pointer dereference in mt7615_pm_wake_workLorenzo Bianconi
2020-09-24mt76: mt7615: reschedule runtime-pm receiving a tx interruptLorenzo Bianconi
2020-09-24mt76: mt7615: move drv_own/fw_own in mt7615_mcu_opsLorenzo Bianconi
2020-07-21mt76: mt7615: sdio code must access rate/key regs in preocess contextLorenzo Bianconi
2020-07-21mt76: mt7615: take into account sdio bus configuring txwiLorenzo Bianconi
2020-07-21mt76: mt7615: reschedule ps work according to last activityLorenzo Bianconi
2020-07-21mt76: mt7615: avoid scheduling runtime-pm during hw scanLorenzo Bianconi
2020-07-21mt76: mt7663u: sync probe sampling with rate configurationLorenzo Bianconi
2020-07-21mt76: mt7615: add idle-timeout knob in mt7615 debugfsLorenzo Bianconi
2020-07-21mt76: mt7615: enable beacon hw filter for runtime-pmLorenzo Bianconi
2020-07-21mt76: mt7615: add runtime-pm knob in mt7615 debugfsLorenzo Bianconi
2020-07-21mt76: mt7615: wake device before pushing frames in mt7615_txLorenzo Bianconi
2020-07-21mt76: mt7615: wake device before pulling packets from mac80211 queuesLorenzo Bianconi
2020-07-21mt76: mt7615: wake device in mt7615_update_channel before access regmapLorenzo Bianconi
2020-07-21mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi
2020-07-21mt76: mt7615: introduce mt7615_mutex_{acquire,release} utilitiesLorenzo Bianconi
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi
2020-07-21mt76: move mt76 workqueue in common codeLorenzo Bianconi
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau
2020-07-21mt76: mt7615: schedule tx tasklet and sta poll on mac tx freeFelix Fietkau
2020-07-21mt76: mt7615: re-enable offloading of sequence number assignmentFelix Fietkau
2020-07-21mt76: overwrite qid for non-bufferable mgmt framesLorenzo Bianconi
2020-07-21mt76: mt7615: fix hw queue mappingLorenzo Bianconi
2020-05-28mt76: only iterate over initialized rx queuesFelix Fietkau
2020-05-28mt76: fix per-driver wcid range checks after wcid array size bumpFelix Fietkau
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi
2020-05-12mt76: mt7615: introduce PM supportLorenzo Bianconi
2020-05-12mt76: mt7615: set spatial extension indexFelix Fietkau
2020-05-12mt76: mt7615: fix tx status rate index calculationFelix Fietkau
2020-05-12mt76: mt7615: do not adjust MAC timings if the device is not runningFelix Fietkau
2020-05-12mt76: mt7615: adjust timing in mt7615_mac_set_timing to match fw/hw valuesFelix Fietkau
2020-05-12mt76: mt7615: never use an 802.11b CF-End rate on 5GHzFelix Fietkau
2020-05-12mt76: mt7615: rework mt7615_mac_sta_poll for usb codeLorenzo Bianconi
2020-05-12mt76: mt7663: introduce 802.11 PS support in sta modeLorenzo Bianconi
2020-05-12mt76: mt7615: enable scs for mt7663 driverLorenzo Bianconi
2020-05-12mt76: mt7615: introduce mt7663u supportLorenzo Bianconi
2020-05-12mt76: mt7615: move core shared code in mt7615-common moduleLorenzo Bianconi
2020-05-12mt76: mt7615: fix possible deadlock in mt7615_stopLorenzo Bianconi