diff options
author | Daniel Golle <daniel@makrotopia.org> | 2018-05-14 23:55:24 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2018-05-15 02:05:56 +0200 |
commit | 96f4792fdb036ecf5c8417fce6503412b0b27e5f (patch) | |
tree | 1f3c8823a7192c5a08e106d284ef8e9e2366469c /package/kernel/mac80211/Makefile | |
parent | ba5ec6b77c94a21bbd78b66c63317a4ff9b62962 (diff) | |
download | upstream-96f4792fdb036ecf5c8417fce6503412b0b27e5f.tar.gz upstream-96f4792fdb036ecf5c8417fce6503412b0b27e5f.tar.bz2 upstream-96f4792fdb036ecf5c8417fce6503412b0b27e5f.zip |
mac80211: refactor non-{sae,dfs} mesh initialization
Refactor mesh initialization into a separate function, do some cleaning
on the way to make the code more readable.
Changes:
* Move iw mesh setup to new mac80211_setup_mesh()
* fallback on 'ssid' parameter in case 'mesh_id' isn't set
* move setting of freq variable to shared code as it is needed for
both, the wpa_supplicant and the iw based setup.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r-- | package/kernel/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 2effbf16a5..01a2109660 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2017-11-01 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_HASH:=8437ab7886b988c8152e7a4db30b7f41009e49a3b2cb863edd05da1ecd7eb05a |