summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_run.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-02 17:44:03 +0000
committerpfg <pfg@FreeBSD.org>2016-05-02 17:44:03 +0000
commit57a0ef83ece3439b0c3728418ba99fca6d994cb4 (patch)
tree9305b081ade7f0a755e9f99f1b7daf8e424962df /sys/dev/usb/wlan/if_run.c
parent6ce01c2d90ee54ebc392d273c0f3e9d7af3a11b7 (diff)
downloadFreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.zip
FreeBSD-src-57a0ef83ece3439b0c3728418ba99fca6d994cb4.tar.gz
dev/usb: minor spelling fixes in comments.
No functional change. Reviewed by: hselasky
Diffstat (limited to 'sys/dev/usb/wlan/if_run.c')
-rw-r--r--sys/dev/usb/wlan/if_run.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/wlan/if_run.c b/sys/dev/usb/wlan/if_run.c
index 74a83ec..1a96776 100644
--- a/sys/dev/usb/wlan/if_run.c
+++ b/sys/dev/usb/wlan/if_run.c
@@ -1030,7 +1030,7 @@ run_vap_delete(struct ieee80211vap *vap)
* There are numbers of functions need to be called in context thread.
* Rather than creating taskqueue event for each of those functions,
* here is all-for-one taskqueue callback function. This function
- * gurantees deferred functions are executed in the same order they
+ * guarantees deferred functions are executed in the same order they
* were enqueued.
* '& RUN_CMDQ_MASQ' is to loop cmdq[].
*/
@@ -3372,7 +3372,7 @@ run_tx(struct run_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
/*
* Unlike PCI based devices, we don't get any interrupt from
* USB devices, so we simulate FIFO-is-full interrupt here.
- * Ralink recomends to drain FIFO stats every 100 ms, but 16 slots
+ * Ralink recommends to drain FIFO stats every 100 ms, but 16 slots
* quickly get fulled. To prevent overflow, increment a counter on
* every FIFO stat request, so we know how many slots are left.
* We do this only in HOSTAP or multiple vap mode since FIFO stats
@@ -4884,7 +4884,7 @@ run_update_beacon_cb(void *arg)
/*
* No need to call ieee80211_beacon_update(), run_update_beacon()
- * is taking care of apropriate calls.
+ * is taking care of appropriate calls.
*/
if (rvp->beacon_mbuf == NULL) {
rvp->beacon_mbuf = ieee80211_beacon_alloc(ni);
OpenPOWER on IntegriCloud