Browse Source

libtins: add patch to fix CH_SWITCH_TIMING value

Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
lilik-openwrt-22.03
Ilya Tsybulsky 4 years ago
parent
commit
d9605ad369
No known key found for this signature in database GPG Key ID: F2D4BD76FC9DA121
2 changed files with 12 additions and 1 deletions
  1. +1
    -1
      libs/libtins/Makefile
  2. +11
    -0
      libs/libtins/patches/110-fix_ch_switch_timing_value.patch

+ 1
- 1
libs/libtins/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libtins
PKG_VERSION:=4.2
PKG_RELEASE:=3
PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mfontanini/libtins/tar.gz/v$(PKG_VERSION)?


+ 11
- 0
libs/libtins/patches/110-fix_ch_switch_timing_value.patch View File

@ -0,0 +1,11 @@
--- a/include/tins/dot11/dot11_base.h
+++ b/include/tins/dot11/dot11_base.h
@@ -182,7 +182,7 @@ public:
DMS_RESP,
LINK_ID,
WAKEUP_SCHEDULE,
- CH_SWITCH_TIMING,
+ CH_SWITCH_TIMING = 104,
PTI_CONTROL,
TPU_BUFFER_STATUS,
INTERWORKING,

Loading…
Cancel
Save