summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-30mt76: move mt76x02_sw_scan and mt76x02_sw_scan_complete in mt76x02-lib moduleLorenzo Bianconi8-66/+34
2018-11-30mt76x0: pci: add pre_tbtt_tasklet supportLorenzo Bianconi5-7/+7
2018-11-30mt76: move tx beacon routines in mt76x02-lib moduleLorenzo Bianconi6-147/+130
2018-11-30mt76: move mac beacon routines in mt76x02-lib moduleLorenzo Bianconi7-129/+135
2018-11-30mt76: move mt76x02_init_device in mt76x02-lib moduleLorenzo Bianconi8-114/+87
2018-11-30mt76: move mt76x02_mac_set_short_preamble in mt76x02_mac.cLorenzo Bianconi5-10/+11
2018-11-30mt76x0: align mt76x0u and mt76x0e fw versionLorenzo Bianconi3-4/+23
2018-11-30mt76x0: mac: remove mt76x0_mac_set_ampdu_factorLorenzo Bianconi2-26/+0
2018-11-30mt76x0: pci: add missing MODULE_FIRMWARE macroLorenzo Bianconi3-3/+5
2018-11-30mt76x0: init: simplify mt76x0_init_mac_registersLorenzo Bianconi1-17/+10
2018-11-30mt76x0: antenna select correctionsStanislaw Gruszka2-18/+44
2018-11-30mt76: usb: fix static tracepointsLorenzo Bianconi10-347/+38
2018-11-30mt76: mt76x0: handle chip specific initval differencesFelix Fietkau2-4/+49
2018-11-30mt76: clean up unused leftover EXPORT_SYMBOLsFelix Fietkau6-18/+3
2018-11-30mt76x0: do not perform MCU calibration for MT7630Stanislaw Gruszka2-0/+8
2018-11-30mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi4-84/+4
2018-11-30mt76x2u: introduce mac workqueue supportLorenzo Bianconi4-1/+5
2018-11-30mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi5-81/+20
2018-11-30mt76x0: use shared debugfs implementationLorenzo Bianconi4-92/+3
2018-11-30mt76: move mt76x02_debugfs in mt76x02-lib moduleLorenzo Bianconi7-16/+17
2018-11-30mt76: move mt76x02_mac_work routine in mt76x02-lib moduleLorenzo Bianconi8-25/+23
2018-11-30mt76x0: pci: add get_survey supportLorenzo Bianconi8-21/+30
2018-11-30mt76x0: phy: improve code readability in initvals_phy.hLorenzo Bianconi1-722/+591
2018-11-30mt76x0: phy: simplify rf configuration routinesLorenzo Bianconi2-144/+106
2018-11-30mt76x0: phy: use proper name conventionLorenzo Bianconi3-113/+113
2018-11-30mt76x2u: align channel gain logic to mt76x2 oneLorenzo Bianconi8-177/+114
2018-11-30mt76x2: align mt76x2 and mt76x2u firmwareLorenzo Bianconi3-7/+4
2018-11-29brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6
2018-11-29brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede1-1/+1
2018-11-29brcmfmac: support STA info struct v7Dan Haab1-7/+33
2018-11-29b43: Use cordic algorithm from kernel libraryPriit Laes5-68/+15
2018-11-29b43: Fix error in cordic routineLarry Finger1-1/+1
2018-11-29brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes3-11/+4
2018-11-23iwlwifi: mvm: set HW capability VHT_EXT_NSS_BWShaul Triebitz1-0/+1
2018-11-23iwlwifi: mvm: send the STA_HE_CTXT command in AP modeShaul Triebitz1-0/+3
2018-11-23iwlwifi: mvm: set MAC_FILTER_IN_11AX in AP modeShaul Triebitz1-0/+3
2018-11-23iwlwifi: fw: support API change to debug TLVsSara Sharon1-0/+2
2018-11-23iwlwifi: add debugfs file to read fw debug data recordingLior Cohen6-0/+228
2018-11-23iwlwifi: dbg: add apply point logicSara Sharon6-2/+244
2018-11-23iwlwifi: dbg: disable triggers for iniSara Sharon4-0/+9
2018-11-23iwlwifi: trans: support loading ini TLVs from external fileSara Sharon4-11/+89
2018-11-23iwlwifi: trans: parse and store debug ini TLVsSara Sharon7-0/+269
2018-11-23iwlwifi: fw: add FW API of new TLV infrastructureSara Sharon1-0/+399
2018-11-23iwlwifi: mvm: add support for TWT capabilitiesEmmanuel Grumbach2-5/+35
2018-11-23iwlwifi: add fw dump upon RT ucode start failureLior Cohen3-0/+11
2018-11-23iwlwifi: fix cfg structs for 22000 with different RF modulesLuca Coelho3-4/+21
2018-11-23iwlwifi: mvm: remove assignment of the reciprocalEmmanuel Grumbach2-29/+10
2018-11-23iwlwifi: dbg: split fifos dumpSara Sharon1-13/+39
2018-11-23iwlwifi: dbg: don't limit dump decisions to all or monitorSara Sharon4-24/+22
2018-11-11iwlwifi: fw: use helper to determine whether to dump pagingSara Sharon2-28/+37