aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2018-09-19mt76x0: remove vif_maskStanislaw Gruszka2-12/+1
2018-09-19mt76: unify conf_txStanislaw Gruszka8-107/+49
2018-09-19mt76: unify AC to hw queue mappingStanislaw Gruszka5-18/+22
2018-09-19mt76x0: remove empty sta_notifyStanislaw Gruszka1-7/+0
2018-09-19mt76: unify set_keyStanislaw Gruszka7-108/+74
2018-09-19mt76: unify ampdu_actionStanislaw Gruszka8-99/+59
2018-09-19mt76: pratially unify add_interfaceStanislaw Gruszka8-31/+21
2018-09-19mt76: unify sta_add / sta_removeStanislaw Gruszka6-126/+73
2018-09-19mt76: move wcid fields to common mt76_dev structStanislaw Gruszka12-46/+39
2018-09-17Merge wireless-drivers into wireless-drivers-nextKalle Valo1-2/+1
2018-09-17mt76x0: fix remove_interfaceStanislaw Gruszka1-2/+1
2018-09-04mt76: Enable NL80211_EXT_FEATURE_CQM_RSSI_LISTKristian Evensen1-0/+2
2018-09-04mt76x0: remove unused routines for usb_buff alloc/freeLorenzo Bianconi2-54/+0
2018-09-04mt76x0: use mt76u_mcu_fw_send_data for fw uploadingLorenzo Bianconi1-82/+6
2018-09-04mt76x0: remove unused mt76x0_mcu structureLorenzo Bianconi2-17/+0
2018-09-04mt76x0: use mt76u_mcu_send_msg utility routine to send fw cmdsLorenzo Bianconi3-200/+31
2018-09-04mt76x0: remove unused mt76x0_wait_asic_ready routineLorenzo Bianconi2-35/+1
2018-09-04mt76x0: remove mt76x0_vendor_request routineLorenzo Bianconi3-37/+3
2018-09-04mt76x0: remove mt76x0_complete_urb routineLorenzo Bianconi3-11/+3
2018-09-04mt76x0: use shared mt76 usb mcu completionLorenzo Bianconi2-6/+6
2018-09-04mt76x0: remove mt76x0_mcu_msg_alloc routineLorenzo Bianconi1-17/+2
2018-09-04mt76x0: remove mt76x0_vendor_single_wr routineLorenzo Bianconi3-29/+5
2018-09-04mt76x0: remove mt76x0_vendor_reset routineLorenzo Bianconi3-8/+1
2018-09-04mt76x0: use mt76u_init for bus initializationLorenzo Bianconi4-109/+12
2018-09-04mt76: add multiple regs read support to usb_mcu layerLorenzo Bianconi2-1/+44
2018-09-04mt76: move mt76x2u_mcu_deinit routine in mt76-usb moduleLorenzo Bianconi5-10/+11
2018-09-04mt76: split __mt76u_mcu_send_msg and mt76u_mcu_send_msg routinesLorenzo Bianconi2-9/+20
2018-09-04mt76: move mt76_reg_pair definition in mt76.hLorenzo Bianconi3-13/+8
2018-09-04mt76x0: use mt76x02_sta and mt76x02_tx_statusStanislaw Gruszka7-42/+28
2018-09-04mt76x0: initalize custom tx queuesStanislaw Gruszka1-0/+8
2018-09-04mt76: unify sta structure part 2Stanislaw Gruszka13-54/+36
2018-09-04mt76: unify sta structure part 1Stanislaw Gruszka5-27/+49
2018-09-04mt76: unify mt76x02_vif structStanislaw Gruszka13-33/+27
2018-09-04mt76x0: use mt76_wcid_free in mt76x0Stanislaw Gruszka1-1/+1
2018-09-04mt76: use mac_wcid_set_drop in mt76x0Stanislaw Gruszka8-17/+18
2018-09-04mt76: unify mac_wcid_setupStanislaw Gruszka9-50/+31
2018-09-04mt76: unify mac_wcid_set_keyStanislaw Gruszka9-78/+38
2018-09-04mt76: unify mac_shared_key_setupStanislaw Gruszka9-55/+29
2018-09-04mt76: add helpers for register access with mt76_dev structStanislaw Gruszka1-0/+5
2018-09-04mt76: unify mac_get_key_infoStanislaw Gruszka5-57/+54
2018-09-04mt76: create new mt76x02-lib module for common mt76x{0,2} codeStanislaw Gruszka16-141/+152
2018-09-04mt76: merge mt76x0/regs.h into mt76x02_regs.hStanislaw Gruszka8-676/+91
2018-09-04mt76: rename mt76x2_regs.hStanislaw Gruszka2-3/+3
2018-09-04mt76: unify wait_for_macStanislaw Gruszka8-28/+57
2018-08-31mt76: verify evt type in usb mcu responseLorenzo Bianconi2-1/+12
2018-08-31mt76x2u: run device cleanup routine if resume failsLorenzo Bianconi1-3/+11
2018-08-31mt76: Fix comparisons with invalid hardware key indexGeert Uytterhoeven2-2/+2
2018-08-31mt76x2u: Add support for Alfa AWUS036ACMRosen Penev1-0/+1
2018-08-09mt76: fix build for MediaTek MT7610U USB wireless dongleValdis Kletnieks1-0/+1
2018-08-09mt76x0: Remove VLA usageKees Cook1-3/+3