mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
LinuxKPI: 802.11: fix compiling with DEBUG
Fix a build with DEBUG afterd0d2911035
which lost the __func__, __LINE__ argument in an updated tracing line. Reported by: Tomoaki AOKI (junchoon dec.sakura.ne.jp) MFC after: 2 days X-MFC with:d0d2911035
This commit is contained in:
parent
013e516dc9
commit
fb6eaf74e9
@ -3094,6 +3094,7 @@ lkpi_80211_txq_tx_one(struct lkpi_sta *lsta, struct mbuf *m)
|
||||
printf("%s:%d mo_wake_tx_queue :: %d %u lsta %p sta %p "
|
||||
"ni %p %6D skb %p lxtq %p { qlen %u, ac %d tid %u } "
|
||||
"WAKE_TX_Q ac %d prio %u qmap %u\n",
|
||||
__func__, __LINE__,
|
||||
curthread->td_tid, (unsigned int)ticks,
|
||||
lsta, sta, ni, ni->ni_macaddr, ":", skb, ltxq,
|
||||
skb_queue_len(<xq->skbq), ltxq->txq.ac,
|
||||
|
Loading…
Reference in New Issue
Block a user