]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b562610ead882eb4e382e8d38e5b1c5df465f9b
treee46cb1aad0ae715f07cfbfc99902245c6425a93e
parent2a483a94a1177025e51d0e9c4e74dfe9ebdc3cb7
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