Skip to content

Commit

Permalink
Merge pull request #11309 from tsilia/fix_ch_switch_timing_value
Browse files Browse the repository at this point in the history
libtins: add patch to fix CH_SWITCH_TIMING value
  • Loading branch information
neheb authored Feb 11, 2020
2 parents 5a6801c + d9605ad commit eb29b5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libtins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand Down
11 changes: 11 additions & 0 deletions libs/libtins/patches/110-fix_ch_switch_timing_value.patch
Original file line number Diff line number Diff line change
@@ -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,

0 comments on commit eb29b5a

Please sign in to comment.