Skip to content

Releases: dreamwhite/Chonky-itlwm-Build

v2.2.0 stable

22 Jul 00:39
8c6737c
Compare
Choose a tag to compare
  • Support macOS Ventura, Location Services and Wi-Fi list should all work properly.
  • Support connecting to hidden SSIDs from iwx devices(with itlwm.kext only).
  • Synced updates from OpenBSD (partially).
  • Use System default MTU.
  • Support Killer 1650s (0x43F0), 1690i, and 1690s.
  • Support more Killer devices from the AX211 family.
  • Add support for newer device variants (0xA0F0:0x6074, 0x43F0:0x1652)
  • iwx: Improve Tx performance by resolving a Tx queue threshold related issue, upload speeds should no longer be capped to 350 Mbps(Gen3 devices).
  • Send DEAUTH frame before switching and disassociating from Access Points, this notifies routers that the current device has disconnected and may result in faster reassociate speeds.
  • Add support for VHT20 and VHT40.
  • iwx: Support and upgrade firmware to version 68.
  • iwm: Support and upgrade firmware to newest version.
  • 11n and 11ac networks are more likely to be selected.
  • Migrate fw_gen tool to Python3
  • Fix incorrect abs macro and use __builtin_abs if available (OpenIntelWireless/itlwm#739). Thanks @pigworlds.
  • Fix airport_up_time (OpenIntelWireless/itlwm#833), noise sign and return codes (OpenIntelWireless/itlwm#834). Thanks @usr-sse2.
  • Fix VHT mcs set for single antenna Gen 1 devices
  • Many small bug fixes and optimizations

Note: Handoff is disabled on Ventura in favour of faster Wi-Fi connection speed upon waking from sleep. Further fixes (no ETA) may be included in future releases.

Full Changelog: v2.1.0...v2.2.0

v2.2.0-alpha

20 Sep 14:00
bc2ad16
Compare
Choose a tag to compare
v2.2.0-alpha Pre-release
Pre-release

Disclaimer:

This alpha version is for testing only.
It is not ready for daily use and we do not guarantee its usability.
If you discovered an issue and you do not have debugging skills, please check with the Gitter Chat Room in advance before opening an Issue.

The latest five updates are:

v2.1.0 stable

28 Apr 22:58
86d41ca
Compare
Choose a tag to compare

Download only the right .zip file for your firmware

  • Added 2 boot-args
    • -novht: Disables 802.11AC support
    • -noht40: Disables 40MHz when using 2.4GHz (Use this option if the network with this config causes instabilities. BRCM cards disable 2.4GHz HT40 by default)
  • iwx: Added support for new device families (AX210, AX211, AX411, and variants)
  • Added support for more Killer Wi-Fi cards
  • iwx: Expanded compatibility for new APIs used in newer versions of firmware
  • Implemented BT/Wi-Fi COEX. 316x & 726x cards should have a much better Bluetooth experience when Wi-Fi is used at the same time
  • Implemented MAC Address Changing. It is now possible to change the MAC Address using ifconfig
  • iwm/iwx: Polished support for LDPC
  • iwn: Added support for Centrino Wireless-N 6150
  • iwm: Fixed performance issues on 316x & 726x cards caused by misconfigured LDPC
  • Channel 80+80MHz is not supported, fallback to 20MHz like what iwlwifi does
  • Synced updates from OpenBSD (partially, only critical ones)
  • Fix firmware crash when receive deauth/disassoc frames, eg: connected AP disappear suddenly.
  • Fix WPA2/WPA3 mixed mode connection performance.
  • Many small bug fixes and optimizations