summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix schedule while atomic in mt76x02_reset_stateLorenzo Bianconi2019-03-191-7/+11
* mt76: add driver callback for when a sta is associatedFelix Fietkau2019-02-261-0/+5
* mt76: Use the correct hweight8() functionBen Hutchings2019-02-181-2/+2
* mt76: move alloc_device common code in mt76_alloc_deviceLorenzo Bianconi2019-02-181-1/+6
* mt76: add channel switch announcement supportFelix Fietkau2019-01-171-0/+39
* mt76: fix rssi ewma trackingFelix Fietkau2019-01-171-1/+3
* mt76: move mt76x02_phy_get_min_avg_rssi to mt76 coreFelix Fietkau2019-01-171-2/+6
* mt76: move mt76x02_get_txpower to mt76 coreFelix Fietkau2019-01-171-0/+18
* mt76: set IEEE80211_HW_NEEDS_UNIQUE_STA_ADDR flagFelix Fietkau2019-01-171-0/+1
* Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo2018-12-131-0/+80
|\
| * mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau2018-11-301-3/+61
| * mt76: add mt76_sta_remove helperFelix Fietkau2018-11-301-0/+19
| * mt76: avoid queue/status spinlocks while passing tx status to mac80211Felix Fietkau2018-11-301-1/+1
| * mt76: add support for reporting tx status with skbFelix Fietkau2018-11-301-0/+3
* | mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann2018-11-061-3/+5
|/
* mt76: fix handling ps-poll framesFelix Fietkau2018-10-011-0/+6
* mt76: use mt76_rx_status in mt76x0Stanislaw Gruszka2018-09-191-1/+2
* mt76: Enable NL80211_EXT_FEATURE_CQM_RSSI_LISTKristian Evensen2018-09-041-0/+2
* mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka2018-09-041-0/+1
* mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi2018-08-021-7/+5Star
* mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi2018-08-021-8/+0Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-1/+1
* mt76: wait for pending tx to complete before switching channelFelix Fietkau2018-05-231-0/+16
* mt76: move ieee80211_hw allocation to common coreFelix Fietkau2018-05-231-2/+20
* mt76: only stop tx queues on offchannel, not during the entire scanFelix Fietkau2018-05-231-0/+5
* mt76: fix concurrent rx calls on A-MPDU releaseFelix Fietkau2018-04-301-0/+2
* mt76: toggle driver station powersave bit before notifying mac80211Felix Fietkau2018-04-241-1/+1
* mt76: add missing VHT maximum A-MPDU length capabilityFelix Fietkau2018-04-241-1/+2
* mt76: stop tx queues from the driver callback instead of common codeFelix Fietkau2018-04-241-4/+2Star
* mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi2018-03-131-0/+9
* mt76: add mt76_init_stream_cap routineLorenzo Bianconi2018-03-131-17/+39
* mt76: initialize available_antennas_{tx,rx} infoLorenzo Bianconi2018-03-131-0/+3
* mt76: implement AP_LINK_PSFelix Fietkau2018-02-011-1/+51
* mt76: validate rx CCMP PNFelix Fietkau2018-01-261-0/+65
* mt76: split mt76_rx_completeFelix Fietkau2018-01-261-6/+18
* mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau2018-01-261-3/+8
* mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau2018-01-261-3/+6
* mt76: add an intermediate struct for rx status informationFelix Fietkau2018-01-261-1/+28
* mt76: add common code shared between multiple chipsetsFelix Fietkau2017-12-071-0/+393