summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau1-5/+19
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau1-0/+1
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka1-2/+1
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau1-5/+0
2019-09-05mt76: stop rx aggregation on station removalFelix Fietkau1-0/+3
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-0/+17
2019-09-05mt76: fix some checkpatch warningsRyder Lee1-14/+16
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi1-2/+3
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi1-0/+2
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee1-12/+1
2019-06-27mt76: move mt76_get_rate in mt76-moduleLorenzo Bianconi1-0/+24
2019-06-27mt76: generalize mt76_get_txpower for 4x4:4 devicesLorenzo Bianconi1-2/+13
2019-06-27mt76: move mt76_insert_ccmp_hdr in mt76-moduleLorenzo Bianconi1-0/+23
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee1-0/+2
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka1-1/+2
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau1-0/+15
2019-05-01mt76: fix tx power issuesFelix Fietkau1-1/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+7
2019-05-01mt76: unify set_timStanislaw Gruszka1-0/+7
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-1/+3
2019-03-19mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi1-7/+11
2019-02-26mt76: add driver callback for when a sta is associatedFelix Fietkau1-0/+5
2019-02-18mt76: Use the correct hweight8() functionBen Hutchings1-2/+2
2019-02-18mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi1-1/+6
2019-01-17mt76: add channel switch announcement supportFelix Fietkau1-0/+39
2019-01-17mt76: fix rssi ewma trackingFelix Fietkau1-1/+3
2019-01-17mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau1-2/+6
2019-01-17mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau1-0/+18
2019-01-17mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flagFelix Fietkau1-0/+1
2018-12-13Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo1-0/+80
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau1-3/+61
2018-11-30mt76: add mt76_sta_remove helperFelix Fietkau1-0/+19
2018-11-30mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau1-1/+1
2018-11-30mt76: add support for reporting tx status with skbFelix Fietkau1-0/+3
2018-11-06mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann1-3/+5
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