]> 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)
commit1589c5cb23ed5d7cf21c11cfb90ae34cb452b2ff
treee46cb1aad0ae715f07cfbfc99902245c6425a93e
parentaccd24f661037cadc9f8ec3543ead6827f3e41e3
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