Merge pull request #11309 from tsilia/fix_ch_switch_timing_value
libtins: add patch to fix CH_SWITCH_TIMING value
This commit is contained in:
commit
eb29b5aa8a
2 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libtins
|
PKG_NAME:=libtins
|
||||||
PKG_VERSION:=4.2
|
PKG_VERSION:=4.2
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/mfontanini/libtins/tar.gz/v$(PKG_VERSION)?
|
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,
|
Loading…
Reference in a new issue