aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2021-02-10iwlwifi: pcie: Change Ma device IDMatti Gottlieb1-1/+1
2021-02-10iwlwifi: when HW has rate offload don't look at control fieldMordechay Goodstein1-9/+13
2021-02-10iwlwifi: pcie: NULLify pointers after freeEmmanuel Grumbach2-2/+9
2021-02-10iwlwifi: mvm: assign SAR table revision to the command laterLuca Coelho1-2/+10
2021-02-10iwlwifi: mvm: remove useless iwl_mvm_resume_d3() functionJohannes Berg1-6/+1
2021-02-10iwlwifi: mvm: enhance a print in CSA flowsEmmanuel Grumbach1-1/+2
2021-02-10iwlwifi: mvm: send stored PPAG command instead of localLuca Coelho1-6/+3
2021-02-10iwlwifi: mvm: store PPAG enabled/disabled flag properlyLuca Coelho1-4/+3
2021-02-10iwlwifi: mvm: fix the type we use in the PPAG table validity checksLuca Coelho1-6/+13
2021-02-10iwlwifi: acpi: fix PPAG table sizesLuca Coelho1-2/+2
2021-02-10iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg3-22/+16
2021-02-10iwlwifi: pcie: add a few missing entries for So with HrLuca Coelho1-0/+8
2021-02-10iwlwifi: dbg: Mark ucode tlv data as constTakashi Iwai3-26/+28
2021-02-10iwlwifi: add new cards for So and Qu familyIhab Zhaika3-0/+46
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo40-738/+1389
2021-02-05iwlwifi: pcie: Disable softirqs during Rx queue initIlan Peer1-18/+18
2021-02-05iwlwifi: bump FW API to 61 for AX devicesLuca Coelho1-1/+1
2021-02-05iwlwifi: mvm: add Asus to the PPAG approved listLuca Coelho1-0/+5
2021-02-05iwlwifi: mvm: add Microsoft to the PPAG approved listLuca Coelho1-0/+5
2021-02-05iwlwifi: mvm: add Samsung to the PPAG approved listLuca Coelho1-0/+5
2021-02-05iwlwifi: mvm: add HP to the PPAG approved listLuca Coelho1-0/+5
2021-02-05iwlwifi: mvm: implement approved list for the PPAG featureLuca Coelho1-0/+13
2021-02-05iwlwifi: mvm: set enabled in the PPAG command properlyLuca Coelho1-0/+2
2021-02-05iwlwifi: mvm: add debugfs entry to trigger a dump as any time-pointMordechay Goodstein1-0/+19
2021-02-05iwlwifi: mvm: add tx fail time pointMordechay Goodstein1-3/+23
2021-02-05iwlwifi: fwrt: add suspend/resume time pointMordechay Goodstein2-3/+2
2021-02-05iwlwifi: mvm: add triggers for MLME eventsMordechay Goodstein1-0/+33
2021-02-05iwlwifi: mvm: add IML/ROM information for other HW familiesMordechay Goodstein2-5/+20
2021-02-05iwlwifi: mvm: fix CSA AP sideEmmanuel Grumbach2-5/+37
2021-02-05iwlwifi: mvm: make iwl_mvm_tt_temp_changed() staticJohannes Berg2-2/+1
2021-02-05iwlwifi: mvm: cancel the scan delayed work when scan is abortedEmmanuel Grumbach1-0/+3
2021-02-05iwlwifi: pcie: add support for SnJ with Hr1Luca Coelho1-0/+6
2021-02-05iwlwifi: mvm: move early time-point before nvm_init in non-unifiedLuca Coelho1-2/+2
2021-02-05iwlwifi: add support for SnJ with Jf devicesLuca Coelho3-18/+75
2021-02-05iwlwifi: move SnJ and So rules to the new tablesLuca Coelho3-40/+85
2021-02-05iwlwifi: mvm: slightly clean up rs_fw_set_supp_rates()Johannes Berg1-3/+2
2021-02-05iwlwifi: fw api: make hdr a zero-size array againJohannes Berg1-1/+1
2021-02-05iwlwifi: bump FW API to 60 for AX devicesLuca Coelho1-1/+1
2021-02-05iwlwifi: mvm: advertise BIGTK client support if availableJohannes Berg6-15/+104
2021-02-05iwlwifi: always allow maximum A-MSDU on newer devicesJohannes Berg1-4/+3
2021-02-05iwlwifi: mvm: debugfs: check length precisely in inject_packetJohannes Berg1-2/+2
2021-02-05iwlwifi: mvm: simplify TX power settingJohannes Berg1-12/+6
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein9-285/+150
2021-02-05iwlwifi: mvm: add explicit check for non-data frames in get Tx rateKrishnanand Prabhu1-5/+8
2021-02-05iwlwifi: mvm: debugfs for phy-integration-verDror Moshe1-0/+28
2021-02-05iwlwifi: parse phy integration string from FW TLVDror Moshe3-0/+18
2021-02-05iwlwifi: mvm: csa: do not abort CSA before disconnectShaul Triebitz1-3/+1
2021-02-05iwlwifi: mvm: don't send commands during suspend\resume transitionHaim Dreyfuss6-15/+40
2021-02-05iwlwifi: mvm: don't check system_pm_mode without mutex heldEmmanuel Grumbach2-2/+3
2021-02-05iwlwifi: remove TRANS_PM_OPSEmmanuel Grumbach3-44/+0