aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sys: Disable -Walloc-size-larger-than for GCC 9+John Baldwin2024-11-301-0/+1
* LinuxKPI: 802.11: make sure we can send DISASSOC or DEAUTH framesBjoern A. Zeeb2024-06-141-9/+86
* LinuxKPI: 802.11: change teardown order to avoid iwlwifi firmware crashesBjoern A. Zeeb2024-06-141-29/+55
* LinuxKPI: 802.11: disable early queue wakeup workaround; better classifyBjoern A. Zeeb2024-06-141-2/+12
* LinuxKPI: 802.11: implement a deferred RX pathBjoern A. Zeeb2024-06-142-11/+154
* LinuxKPI: pm: add SET_SYSTEM_SLEEP_PM_OPS() and device_can_wakeup()Bjoern A. Zeeb2024-06-122-13/+35
* LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()Bjoern A. Zeeb2024-06-122-3/+14
* Add link from if_iwlwifi(4) to iwlwifi(4)Li-Wen Hsu2024-02-271-0/+1
* iwlwifi: improve error messageBjoern A. Zeeb2024-02-191-0/+4
* iwlwifi: add the d3 (PM) bits to the Makefile (disabled)Bjoern A. Zeeb2024-02-191-2/+6
* iwlwifi: adjust to make d3.c compileBjoern A. Zeeb2024-02-192-0/+7
* LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* definesBjoern A. Zeeb2024-02-192-0/+7
* iwlwififw: add firmware for the Bz/B200 chipsetBjoern A. Zeeb2024-02-195-0/+15
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-191-0/+8
* iwlwifi: re-enable "Invalid TXQ id" loggingBjoern A. Zeeb2023-11-291-3/+4
* LinuxKPI: 802.11: add unconditional error reportingBjoern A. Zeeb2023-11-291-20/+64
* LinuxKPI: 802.11: fix problem removing staBjoern A. Zeeb2023-11-291-19/+18
* LinuxKPI: 802.11: avoid symbol clash on UP to AC mappingBjoern A. Zeeb2023-11-291-3/+4
* iwlwifi: local namespace change for sysctlBjoern A. Zeeb2023-11-291-0/+3
* iwlwifi: Update iwlwifi.4 and iwlwififw.4 device listBjoern A. Zeeb2023-11-292-563/+445
* iwlwifi/rtw88: re-attach to build after updatesBjoern A. Zeeb2023-11-291-2/+2
* LinuxKPI: 802.11: pass non-0/NULL arguments to MO functionsBjoern A. Zeeb2023-11-293-17/+21
* iwlwifi firmware: update up-to -83 / updated -77 for othersBjoern A. Zeeb2023-11-2935-15/+15
* iwlwifi: update driver from upstreamBjoern A. Zeeb2023-11-29116-4966/+15384
* LinuxKPI: 802.11: prepare for iwlwifi driver updatesBjoern A. Zeeb2023-11-291-15/+1
* iwlwifi: fix a bug in iwl_ssid_exist()Bjoern A. Zeeb2023-11-291-0/+4
* LinuxKPI: 802.11: make sure bssid for scans (probe_req) is setBjoern A. Zeeb2023-11-291-0/+1
* iwlwifi/LinuxKPI: 802.11: update ieee80211_request_smps()Bjoern A. Zeeb2023-11-292-12/+3
* rtw88: update driver from upstreamBjoern A. Zeeb2023-11-2947-551/+4610
* iwlwifi/rtw88: temporary disable build for updatesBjoern A. Zeeb2023-11-291-3/+2
* LinuxKPI: implement mul_u64_u64_div_u64()Bjoern A. Zeeb2023-11-291-0/+49
* net80211: Radiotap: add two more EHT definesBjoern A. Zeeb2023-11-291-0/+2
* LinuxKPI: add ptp_clock_kernel.hBjoern A. Zeeb2023-06-261-0/+77
* net80211: Radiotap: update for newer standards (add EHT, U-SIG)Bjoern A. Zeeb2023-06-261-9/+136
* iwlwifi: quieten more compiler warningsBjoern A. Zeeb2023-06-267-0/+21
* iwlwifi: rtw88: rtw89: fix gcc warningsBjoern A. Zeeb2023-06-268-8/+25
* man4: fix some mandoc lint for iwlwifi.4 and rtw88.4Bjoern A. Zeeb2023-06-262-11/+15
* linux_80211: Don't dequeue lsta if not queuedColin Percival2023-03-081-1/+4
* LinuxKPI: 802.11: basic implementation of *queue(s)/*txq*Bjoern A. Zeeb2023-02-173-59/+316
* iwlwifi: Disable -Wformat when building with GCC.John Baldwin2023-01-241-0/+3
* LinuxKPI: add kstrtou32_from_user() and mac_pton()Bjoern A. Zeeb2023-01-181-13/+52
* iwlwifi: mark a declaration for a non-existent functionBjoern A. Zeeb2023-01-181-0/+2
* LinuxKPI,lindebugfs: add u8 base type and blob supportBjoern A. Zeeb2023-01-182-1/+76
* LinuxKPI: iwlwifi: rtw88: rtw89: remove budget argument from netif_napi_add()Bjoern A. Zeeb2023-01-185-10/+8
* iwlwifi.4: typo fixedMaxim Konovalov2023-01-111-1/+1
* iwlwifi: fix hang on unloading driverBjoern A. Zeeb2022-11-281-0/+11
* LinuxKPI: seq_file add "private" versions.Bjoern A. Zeeb2022-11-282-0/+36
* LinuxKPI: 802.11: add changes to support debugfs in iwlwifiBjoern A. Zeeb2022-11-281-11/+22
* iwlwifi: prepare to support debugfsBjoern A. Zeeb2022-11-287-6/+870
* iwlwifi: constify another argument of iwl_print_hex_dump()Bjoern A. Zeeb2022-11-282-0/+8