Searched hist:e943789edbb1f9de71b129d9992489eb79ed341f (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | main.c | diff e943789edbb1f9de71b129d9992489eb79ed341f Fri Feb 15 14:38:08 CST 2013 Johannes Berg <johannes.berg@intel.com> 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>
|
H A D | sta_info.c | diff e943789edbb1f9de71b129d9992489eb79ed341f Fri Feb 15 14:38:08 CST 2013 Johannes Berg <johannes.berg@intel.com> 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>
|
H A D | ieee80211_i.h | diff e943789edbb1f9de71b129d9992489eb79ed341f Fri Feb 15 14:38:08 CST 2013 Johannes Berg <johannes.berg@intel.com> 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>
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | diff e943789edbb1f9de71b129d9992489eb79ed341f Fri Feb 15 14:38:08 CST 2013 Johannes Berg <johannes.berg@intel.com> 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>
|