OSDN Git Service

mac80211: Expose ieee80211_schedule_txq() function
authorToke Høiland-Jørgensen <toke@redhat.com>
Tue, 22 Jan 2019 14:20:16 +0000 (15:20 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jan 2019 13:05:27 +0000 (14:05 +0100)
commit390298e86f8a2e8b428ffb259a323667229ff822
treefea73410d4be62407f66c461f68121b76e95a7b8
parente073f7caa26cc7f5423779b1a47f1689dd20bf17
mac80211: Expose ieee80211_schedule_txq() function

Since we reworked ieee80211_return_txq() so it assumes that the caller
takes care of logging, we need another function that can be called without
holding any locks. Introduce ieee80211_schedule_txq() which serves this
purpose.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/tx.c