mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
Release 2.10
This commit is contained in:
parent
8ab24b423b
commit
52e6a7c2ee
@ -1,3 +1,8 @@
|
|||||||
|
ver 2.10:
|
||||||
|
Fix issue with buffer overflow for 32 byte SSIDs.
|
||||||
|
Fix issue with deauthentication before FT work completes.
|
||||||
|
Fix issue with power save disabling procedure.
|
||||||
|
|
||||||
ver 2.9:
|
ver 2.9:
|
||||||
Fix issue with handling certain FT failures.
|
Fix issue with handling certain FT failures.
|
||||||
Fix issue with handling user-disabled bands.
|
Fix issue with handling user-disabled bands.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([iwd],[2.9])
|
AC_INIT([iwd],[2.10])
|
||||||
|
|
||||||
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