mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
libtins: add patch to fix CH_SWITCH_TIMING value
Signed-off-by: Ilya Tsybulsky <ilya.tsybulsky@gmail.com>
This commit is contained in:
@@ -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
libs/libtins/patches/110-fix_ch_switch_timing_value.patch
Normal file
11
libs/libtins/patches/110-fix_ch_switch_timing_value.patch
Normal 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,
|
||||
Reference in New Issue
Block a user