]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - include/net/mac80211.h
mac80211: provide ieee80211_sta_eosp()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 Feb 2013 20:38:08 +0000 (21:38 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 7 Mar 2013 13:33:21 +0000 (14:33 +0100)
commite943789edbb1f9de71b129d9992489eb79ed341f
tree68fa313de6316ee270dc7fbc08b3596bf3483497
parent560d268220d3416a2d473bcc906ea2ccbf51e4ec
mac80211: provide ieee80211_sta_eosp()

The irqsafe version ieee80211_sta_eosp_irqsafe() exists, but
drivers must not mix calls to any irqsafe/non-irqsafe function.
Both ath9k and iwlwifi, the likely first users of this interface,
use non-irqsafe RX/TX/TX status so must also use a non-irqsafe
version of this function. Since no driver uses the _irqsafe()
version, remove that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/DocBook/80211.tmpl
include/net/mac80211.h
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/sta_info.c