summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-8/+4
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds32-134/+172
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-18wifi: iwlegacy: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-18wifi: ipw2x00: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-16tracing/iwlwifi: Use the new __vstring() helperSteven Rostedt (Google)1-8/+4
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 Berg4-5/+9
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg2-3/+3
2022-06-21wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev1-1/+4
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz5-6/+6
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 Berg2-3/+3
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 Berg5-9/+9
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg18-70/+70
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg11-25/+25
2022-06-20iwlwifi: Switch to proper EFI variable store interfaceArd Biesheuvel1-64/+32
2022-05-30wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg1-17/+17
2022-05-23wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski1-1/+1
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski11-88/+102
2022-05-18iwlwifi: mei: fix potential NULL-ptr derefJohannes Berg1-0/+2
2022-05-18iwlwifi: mei: clear the sap data header before sendingAvraham Stern1-0/+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 Goodstein2-6/+11
2022-05-18iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach1-0/+3
2022-05-18iwlwifi: fw: init SAR GEO table only if data is presentJohannes Berg1-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-05-18iwlwifi: pcie: simplify MSI-X cause mappingJohannes Berg1-19/+29
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-04-23iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R13-110/+110
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang2-93/+90
2022-04-06ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai1-1/+1
2022-04-06iwlwifi: mei: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-04-06iwlwifi: fw: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva8-15/+15
2022-03-23iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit1-1/+2
2022-03-17iwlwifi: mei: fix building iwlmeiArnd Bergmann1-0/+1
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski83-1247/+2723
2022-03-10iwlwifi: bump FW API to 72 for AX devicesLuca Coelho1-2/+2
2022-03-10iwlwifi: acpi: move ppag code from mvm to fw/acpiMatt Chen3-184/+234
2022-03-10iwlwifi: dbg: check trigger data before accessMordechay Goodstein1-0/+5
2022-03-10iwlwifi: dbg: in sync mode don't call scheduleMordechay Goodstein1-2/+2
2022-03-10iwlwifi: use 4k queue size for Bz A-stepJohannes Berg1-0/+4
2022-03-10iwlwifi: pcie: fix SW error MSI-X mappingJohannes Berg1-1/+1