Skip to content

Commit

Permalink
LinuxKPI: 802.11 correctly spell queues
Browse files Browse the repository at this point in the history
PR:		261078
Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 312ba38)
  • Loading branch information
mexicarne authored and Bjoern A. Zeeb committed Jan 16, 2022
1 parent 82a6a8c commit a22fd09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/compat/linuxkpi/common/src/linux_80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,14 +838,14 @@ lkpi_sta_scan_to_auth(struct ieee80211vap *vap, enum ieee80211_state nstate, int
break;
#ifdef LINUXKPI_DEBUG_80211
if (count > 0)
ic_printf(vap->iv_ic, "%s: waiting for %d quuees "
ic_printf(vap->iv_ic, "%s: waiting for %d queues "
"to be allocated by driver\n", __func__, count);
#endif
pause("lkpi80211txq", hz/10);
}
#ifdef LINUXKPI_DEBUG_80211
if (count > 0)
ic_printf(vap->iv_ic, "%s: %d quuees still not "
ic_printf(vap->iv_ic, "%s: %d queues still not "
"allocated by driver\n", __func__, count);
#endif
}
Expand Down

0 comments on commit a22fd09

Please sign in to comment.