Skip to content

Commit

Permalink
fixes #9: missing struct declaration, thank @mingl0280
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielAW committed Oct 12, 2016
1 parent a59ec63 commit 65dcab1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions firmware_patching/monitor_mode/patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@
#include "d11.h"
#include "brcm.h"

struct brcmf_proto_bcdc_header {
unsigned char flags;
unsigned char priority;
unsigned char flags2;
unsigned char data_offset;
};

struct bdc_radiotap_header {
struct brcmf_proto_bcdc_header bdc;
struct ieee80211_radiotap_header radiotap;
Expand Down

0 comments on commit 65dcab1

Please sign in to comment.