mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-18 09:12:43 +01:00
Release 3.2
This commit is contained in:
parent
c458e6612d
commit
1dd9f94713
@ -1,3 +1,9 @@
|
|||||||
|
ver 3.2:
|
||||||
|
Fix issue with GCC 15 and -std=c23 build errors.
|
||||||
|
Add support for using PMKSA over SAE if available.
|
||||||
|
Add support for HighUtilization/StationCount thresholds.
|
||||||
|
Add support for disabling Multicast RX option.
|
||||||
|
|
||||||
ver 3.1:
|
ver 3.1:
|
||||||
Fix issue with handling OWE transition BSS selection.
|
Fix issue with handling OWE transition BSS selection.
|
||||||
Fix issue with handling oper class 136 starting frequency.
|
Fix issue with handling oper class 136 starting frequency.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([iwd],[3.1])
|
AC_INIT([iwd],[3.2])
|
||||||
|
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
AC_CONFIG_AUX_DIR(build-aux)
|
AC_CONFIG_AUX_DIR(build-aux)
|
||||||
|
Loading…
Reference in New Issue
Block a user