mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
LinuxKPI: 802.11: fix compiling with DEBUG
Fix a build with DEBUG afterd0d2911035which 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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue