Skip to content

Commit

Permalink
libtins: add patch to fix CH_SWITCH_TIMING value
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Tsybulsky <[email protected]>
  • Loading branch information
tsilia committed Feb 11, 2020
1 parent 0abc405 commit c690f70
Showing 1 changed file with 11 additions and 0 deletions.
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 c690f70

Please sign in to comment.