commit | fca1279f090b8e38eadb95c3914d51e544142e74 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sat Dec 15 11:03:08 2018 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Dec 18 13:18:30 2018 +0100 |
tree | 5ff011f1034cbbc4d41a33ba737421fd5cda1beb | |
parent | 233e98dc9c3009943aa34d58925d94ac9330e17b [diff] |
mac80211: document RCU requirements for ieee80211_tx_dequeue() In the iwlwifi conversion, we sometimes call this from outside of the wake_tx_queue() method, and in those cases must be in an RCU critical section. Document this requirement. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>