3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-16 17:09:24 +01:00

Release 2.19

This commit is contained in:
Marcel Holtmann 2024-07-08 22:12:42 +02:00
parent ac0f13798b
commit b54dcafa80
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 2.19:
Fix issue with handling flush flag for external scans.
Fix issue with handling SNR calculation in ranking.
ver 2.18: ver 2.18:
Fix issue with handling BSS with invalid HE capabilities. Fix issue with handling BSS with invalid HE capabilities.
Fix issue with neighbor reports with invalid country codes. Fix issue with neighbor reports with invalid country codes.

View File

@ -1,5 +1,5 @@
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([iwd],[2.18]) AC_INIT([iwd],[2.19])
AC_CONFIG_HEADERS(config.h) AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux) AC_CONFIG_AUX_DIR(build-aux)