mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq
authorEliad Peller <eliad@wizery.com>
Mon, 15 Feb 2016 10:34:10 +0000 (12:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 24 Feb 2016 08:04:39 +0000 (09:04 +0100)
commitca48ebbc7ea7e82e3ae4b55aacead0cdb54ff008
treee46cb1aad0ae715f07cfbfc99902245c6425a93e
parent1ad4f639cc3e09d6c8402a0fcc592e2391683e31
mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq

Since the PNs of all the tx keys are now tracked in the public
part of the key struct (with atomic counter), we no longer
need these functions.

dvm and vt665{5,6} are currently the only users of these functions,
so update them accordingly.

Signed-off-by: Eliad Peller <eliadx.peller@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/dvm/lib.c
drivers/staging/vt6655/rxtx.c
drivers/staging/vt6656/rxtx.c
include/net/mac80211.h
net/mac80211/key.c
This page took 0.02571 seconds and 5 git commands to generate.