iwn(4): correct debug message: "not" to "no"
Sponosred by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user