[MAC80211]: get STA after tx radiotap snipped
authorwarmcat <andy@warmcat.com>
Fri, 14 Sep 2007 15:10:25 +0000 (11:10 -0400)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:49:31 +0000 (16:49 -0700)
commit24338793eea9dcc0865826e1115af86a19af8d18
treeb7d73e8e897cfd2311db484fc7f8b8397b823325
parent139c3a0492745192f999aaa67d11cb63983211f5
[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: Andy Green <andy@warmcat.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/tx.c