diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-27 03:23:21 +0000 |
| commit | caa7e52f3f525b75d87fca7e612933377699fd59 (patch) | |
| tree | 1d42947b9cc1a6c4a630c506774eeb2745899745 /sys/dev/mwl | |
| parent | dae3a64fb967bbff627efc2e8cdd127c6b93d902 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mwl')
| -rw-r--r-- | sys/dev/mwl/if_mwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index 87b0874727778..f607195fa20bc 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -1239,7 +1239,7 @@ mwl_reset_vap(struct ieee80211vap *vap, int state) /* * Reset the hardware w/o losing operational state. - * Used to to reset or reload hardware state for a vap. + * Used to reset or reload hardware state for a vap. */ static int mwl_reset(struct ieee80211vap *vap, u_long cmd) |
