Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 24338793 authored by warmcat's avatar warmcat Committed by David S. Miller
Browse files

[MAC80211]: get STA after tx radiotap snipped


Johannes Berg noticed that in __ieee80211_tx_prepare() we try to get the
STA from addr1 of the ieee80211 header when the radiotap header is actually
still at the front of the packet.  This patch defers doing that until the
radiotap header is gone.

Signed-off-by: default avatarAndy Green <andy@warmcat.com>
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 139c3a04
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment