]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: pass vif and station to update_tkip_key
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 21 Jan 2010 10:40:47 +0000 (11:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 22 Jan 2010 21:08:55 +0000 (16:08 -0500)
commitb16d6db1938fe1dc00ac373ad4879b76eda64c89
treef63416cc9b80a6757ec6fa57190f581b2b3a6d31
parent865140ad9b6e609380721a17153c02a402f76d1a
mac80211: pass vif and station to update_tkip_key

When a TKIP key is updated, we should pass the station
pointer instead of just the address, since drivers can
use that to store their own data. We also need to pass
the virtual interface pointer.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c
drivers/net/wireless/iwlwifi/iwl-agn.c
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/driver-trace.h
net/mac80211/tkip.c