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)
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>

No differences found