mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
iwn(4): correct debug message: "not" to "no"
Sponosred by: The FreeBSD Foundation (cherry picked from commit 9e012a9da5df131b64c2dfd7d9b6645af4ccef0f)
This commit is contained in:
parent
8fb5dc88ad
commit
0c2b2e5bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -7532,7 +7532,7 @@ iwn_addba_request(struct ieee80211_node *ni, struct ieee80211_tx_ampdu *tap,
|
|||
break;
|
||||
}
|
||||
if (qid == sc->ntxqs) {
|
||||
DPRINTF(sc, IWN_DEBUG_XMIT, "%s: not free aggregation queue\n",
|
||||
DPRINTF(sc, IWN_DEBUG_XMIT, "%s: no free aggregation queue\n",
|
||||
__func__);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue