aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)Author
2019-12-18mt76: fix LED link time failureArnd Bergmann
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi
2019-11-20mt76: add sanity check for a-mpdu rx wcid indexFelix Fietkau
2019-11-20mt76: refactor cc_lock locking schemeLorenzo Bianconi
2019-11-20mt76: do not use devm API for led classdevFelix Fietkau
2019-11-20mt76: enable airtime fairnessFelix Fietkau
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi
2019-11-20mt76: unify channel survey update codeFelix Fietkau
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau
2019-09-05mt76: stop rx aggregation on station removalFelix Fietkau
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi
2019-09-05mt76: fix some checkpatch warningsRyder Lee
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi
2019-06-27mt76: generalize mt76_get_txpower for 4x4:4 devicesLorenzo Bianconi
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau
2019-05-01mt76: fix tx power issuesFelix Fietkau
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi
2019-05-01mt76: unify set_timStanislaw Gruszka
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau
2019-02-18mt76: Use the correct hweight8() functionBen Hutchings
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi
2019-01-17mt76: add channel switch announcement supportFelix Fietkau
2019-01-17mt76: fix rssi ewma trackingFelix Fietkau
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau
2019-01-17mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flagFelix Fietkau
2018-12-13Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau
2018-11-06mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann
2018-10-01mt76: fix handling ps-poll framesFelix Fietkau
2018-09-19mt76: use mt76_rx_status in mt76x0Stanislaw Gruszka
2018-09-04mt76: Enable NL80211_EXT_FEATURE_CQM_RSSI_LISTKristian Evensen