summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x2_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-05mt76x2: move mt76x2 source files to mt76x2 folderLorenzo Bianconi1-311/+0
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi1-1/+1
2018-10-01mt76: move mt76_rate_power in mt76_devLorenzo Bianconi1-4/+4
2018-09-19mt76: unify sta_rate_tbl_update and related helpersStanislaw Gruszka1-1/+1
2018-09-19mt76: unify add_interfaceStanislaw Gruszka1-30/+1
2018-09-19mt76: unify remove_interfaceStanislaw Gruszka1-1/+1
2018-09-19mt76: unify conf_txStanislaw Gruszka1-1/+1
2018-09-19mt76: unify set_keyStanislaw Gruszka1-1/+1
2018-09-19mt76: unify ampdu_actionStanislaw Gruszka1-1/+1
2018-09-19mt76: pratially unify add_interfaceStanislaw Gruszka1-6/+1
2018-09-19mt76: unify sta_add / sta_removeStanislaw Gruszka1-2/+2
2018-09-04mt76: unify sta structure part 2Stanislaw Gruszka1-1/+1
2018-09-04mt76: unify sta structure part 1Stanislaw Gruszka1-1/+1
2018-09-04mt76: unify mt76x02_vif structStanislaw Gruszka1-2/+2
2018-09-04mt76: use mac_wcid_set_drop in mt76x0Stanislaw Gruszka1-1/+1
2018-09-04mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka1-18/+19
2018-08-02mt76: add mt76x2_common to mt76x2-common moduleLorenzo Bianconi1-307/+0
2018-07-30mt76x2: add frame protection supportLorenzo Bianconi1-0/+16
2018-06-27mt76: track ewma rssi for gain adjustment per stationFelix Fietkau1-0/+2
2018-06-27mt76: fix beacon timer driftFelix Fietkau1-1/+4
2018-05-23mt76: prevent tx scheduling during channel changeFelix Fietkau1-2/+8
2018-05-23mt76: fix sending encrypted broadcast packets for secondary interfacesFelix Fietkau1-1/+1
2018-05-23mt76x2: apply coverage class on slot time tooLorenzo Bianconi1-2/+1
2018-04-24mt76: stop tx queues from the driver callback instead of common codeFelix Fietkau1-0/+1
2018-03-27mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi1-0/+11
2018-03-13mt76x2: add mac80211 {set,get}_antenna callbacksLorenzo Bianconi1-0/+36
2018-02-01mt76: implement AP_LINK_PSFelix Fietkau1-14/+14
2018-01-26mt76: validate rx CCMP PNFelix Fietkau1-0/+1
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau1-0/+1
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau1-0/+2
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau1-0/+1
2018-01-24mt76x2: dfs: avoid tasklet scheduling during mt76x2_dfs_init_params()Lorenzo Bianconi1-0/+2
2018-01-24mt76: fix transmission of encrypted management framesFelix Fietkau1-1/+7
2018-01-24mt76x2: fix WMM parameter configurationLorenzo Bianconi1-12/+14
2018-01-17mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi1-1/+3
2018-01-08mt76x2: configure rx filter based on monitor mode settingFelix Fietkau1-0/+9
2018-01-08mt76x2: convert between per-chain tx power and combined outputFelix Fietkau1-0/+7
2018-01-08mt76: fix returnvar.cocci warningsFengguang Wu1-2/+1
2017-12-07mt76: add driver code for MT76x2eFelix Fietkau1-0/+545