]> git.ipfire.org Git - thirdparty/hostap.git/commit
HT: Fix 20/40 coex Action frame parsing
authorJouni Malinen <j@w1.fi>
Mon, 22 Dec 2014 18:41:19 +0000 (20:41 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 22 Dec 2014 18:41:19 +0000 (20:41 +0200)
commit2a32ad66da9e2b318bc994222441cdd38d2ef7ec
tree3a528edb9c686019bd684ec8b0f93eca9d2c64ab
parent6ac593ec4758ce06da76876d23a46ccb87c7dc47
HT: Fix 20/40 coex Action frame parsing

Commit 5ce3ae4c8f2a07c28e0bbae1b68e5524ee034387 tried to clean up
fetching a pointer to the action code field, but it forgot to add
IEEE80211_HDRLEN to the pointer. This resulted in the coex report
elements being read from too early in the frame.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11_ht.c