summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorLines
2022-05-30wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg-17/+17
2022-05-22wifi: iwlwifi: use unsigned to silence a GCC 12 warningJakub Kicinski-1/+1
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-88/+102
2022-05-18iwlwifi: mei: fix potential NULL-ptr derefJohannes Berg-0/+2
2022-05-18iwlwifi: mei: clear the sap data header before sendingAvraham Stern-0/+1
2022-05-18iwlwifi: mvm: remove vif_countMiri Korenblit-15/+3
2022-05-18iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach-19/+38
2022-05-18iwlwifi: mvm: add OTP info in case of init failureMordechay Goodstein-6/+11
2022-05-18iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach-0/+3
2022-05-18iwlwifi: fw: init SAR GEO table only if data is presentJohannes Berg-0/+3
2022-05-18iwlwifi: mvm: clean up authorized conditionJohannes Berg-20/+3
2022-05-18iwlwifi: mvm: use NULL instead of ERR_PTR when parsing wowlan statusHaim Dreyfuss-11/+11
2022-05-18iwlwifi: pcie: simplify MSI-X cause mappingJohannes Berg-19/+29
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-04-23iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R-110/+110
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang-93/+90
2022-04-06ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai-1/+1
2022-04-06iwlwifi: mei: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2022-04-06iwlwifi: fw: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva-15/+15
2022-03-22iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit-1/+2
2022-03-17iwlwifi: mei: fix building iwlmeiArnd Bergmann-0/+1
2022-03-11Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-1247/+2723
2022-03-10iwlwifi: bump FW API to 72 for AX devicesLuca Coelho-2/+2
2022-03-10iwlwifi: acpi: move ppag code from mvm to fw/acpiMatt Chen-184/+234
2022-03-10iwlwifi: dbg: check trigger data before accessMordechay Goodstein-0/+5
2022-03-10iwlwifi: dbg: in sync mode don't call scheduleMordechay Goodstein-2/+2
2022-03-10iwlwifi: use 4k queue size for Bz A-stepJohannes Berg-0/+4
2022-03-10iwlwifi: pcie: fix SW error MSI-X mappingJohannes Berg-1/+1
2022-03-10iwlwifi: yoyo: dump IMR DRAM only for HW and FW errorMukesh Sisodiya-0/+25
2022-03-10iwlwifi: mvm: add support for IMR based on platformMukesh Sisodiya-4/+28
2022-03-10iwlwifi: yoyo: disable IMR DRAM region if IMR is disabledMukesh Sisodiya-0/+23
2022-03-10iwlwifi: mvm: remove cipher scheme supportJohannes Berg-97/+1
2022-03-10iwlwifi: Configure FW debug preset via module param.Ayala Barazani-7/+43
2022-03-10iwlwifi: mvm: add a flag to reduce power command.Ayala Barazani-9/+44
2022-03-10iwlwifi: bump FW API to 71 for AX devicesLuca Coelho-1/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+13
2022-03-02iwlwifi: mvm: return value for request_ownershipEmmanuel Grumbach-2/+3
2022-03-02iwlwifi: fix build error for IWLMEIRandy Dunlap-0/+1
2022-03-01iwlwifi: mvm: check debugfs_dir ptr before useRandy Dunlap-3/+8
2022-03-01iwlwifi: don't advertise TWT supportGolan Ben Ami-3/+1
2022-02-18iwlwifi: dbg_ini: Split memcpy() to avoid multi-field writeKees Cook-2/+3
2022-02-18iwlwifi: mvm: Fix an error code in iwl_mvm_up()Dan Carpenter-1/+3
2022-02-18iwlwifi: Fix -EIO error code that is never returnedColin Ian King-1/+1
2022-02-18iwlwifi: mvm: rfi: use kmemdup() to replace kzalloc + memcpyBixuan Cui-3/+1
2022-02-18iwlwifi: Fix syntax errors in commentsXiang wangx-1/+1
2022-02-18iwlwifi: dvm: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)-1/+1
2022-02-18iwlwifi/fw: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)-1/+1
2022-02-18iwlwifi: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2022-02-18iwlwifi: mvm: fix off by one in iwl_mvm_stat_iterator_all_macs()Dan Carpenter-1/+1