summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm
AgeCommit message (Expand)AuthorFilesLines
2022-07-27wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-07-27wifi: iwlwifi: mvm: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-8/+8
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg2-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz2-2/+2
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-6/+34
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg14-48/+48
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg11-25/+25
2022-05-22wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski1-1/+1
2022-05-18iwlwifi: mvm: remove vif_countMiri Korenblit2-15/+3
2022-05-18iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach2-19/+38
2022-05-18iwlwifi: mvm: add OTP info in case of init failureMordechay Goodstein1-6/+9
2022-05-18iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach1-0/+3
2022-05-18iwlwifi: mvm: clean up authorized conditionJohannes Berg1-20/+3
2022-05-18iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss1-11/+11
2022-04-11mac80211: prepare sta handling for MLO supportSriram R7-79/+79
2022-03-22iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit1-1/+2
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski24-730/+1040
2022-03-10iwlwifi: acpi: move ppag code from mvm to fw/acpiMatt Chen1-184/+6
2022-03-10iwlwifi: yoyo: disable IMR DRAM region if IMR is disabledMukesh Sisodiya1-0/+23
2022-03-10iwlwifi: mvm: remove cipher scheme supportJohannes Berg2-29/+1
2022-03-10iwlwifi: mvm: add a flag to reduce power command.Ayala Barazani2-3/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+11
2022-03-02iwlwifi: mvm: return value for request_ownershipEmmanuel Grumbach1-2/+3
2022-03-01iwlwifi: mvm: check debugfs_dir ptr before useRandy Dunlap1-3/+8
2022-03-01iwlwifi: don't advertise TWT supportGolan Ben Ami1-1/+0
2022-02-18iwlwifi: mvm: Fix an error code in iwl_mvm_up()Dan Carpenter1-1/+3
2022-02-18iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpyBixuan Cui1-3/+1
2022-02-18iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()Dan Carpenter1-1/+1
2022-02-18iwlwifi: mvm: move only to an enabled channelMiri Korenblit1-9/+22
2022-02-18iwlwifi: mvm: update BAID allocation command againJohannes Berg1-1/+5
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg3-4/+30
2022-02-18iwlwifi: tlc: Add logs in rs_fw_rate_init func to print TLC configurationAbhishek Naik1-1/+13
2022-02-18iwlwifi: mvm: remove iwl_mvm_disable_txq() flags argumentJohannes Berg1-11/+10
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg1-3/+2
2022-02-18iwlwifi: mvm: add additional info for boot info failuresMordechay Goodstein1-0/+4
2022-02-18iwlwifi: mvm: always remove the session protection after associationEmmanuel Grumbach1-4/+1
2022-02-18iwlwifi: mvm: make iwl_mvm_reconfig_scd() staticJohannes Berg3-38/+35
2022-02-18iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMDMiri Korenblit1-91/+113
2022-02-18iwlwifi: mvm: Disable WiFi bands selectively with BIOSAyala Barazani1-9/+27
2022-02-18iwlwifi: mvm: add additional info for boot info failuresMordechay Goodstein1-1/+19
2022-02-18iwlwifi: mvm: don't send BAID removal to the FW during hw_restartLuca Coelho1-3/+6
2022-02-18iwlwifi: mvm: rfi: handle deactivation notificationGregory Greenman3-0/+17
2022-02-18iwlwifi: mvm: Consider P2P GO operation during scanIlan Peer1-3/+129