diff options
author | eadler <eadler@FreeBSD.org> | 2018-03-05 06:59:30 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2018-03-05 06:59:30 +0000 |
commit | a03b84a5a391a1d6f60842fcf412a26328b53a6b (patch) | |
tree | 2e3d1e48bbd6bfce09b0a74f9b2eb03a21ef77aa /sys/dev/iwm/if_iwmreg.h | |
parent | 804a8b0a21d8d6b8e287fade30e1e346076ddaeb (diff) | |
download | FreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.zip FreeBSD-src-a03b84a5a391a1d6f60842fcf412a26328b53a6b.tar.gz |
MFC r327231,r327232:
kernel: Fix several typos and minor errors
lib: Fix several typos and minor errors
- duplicate words
- typos
- references to old versions of FreeBSD
Diffstat (limited to 'sys/dev/iwm/if_iwmreg.h')
-rw-r--r-- | sys/dev/iwm/if_iwmreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwm/if_iwmreg.h b/sys/dev/iwm/if_iwmreg.h index 620ca0f..c603eac 100644 --- a/sys/dev/iwm/if_iwmreg.h +++ b/sys/dev/iwm/if_iwmreg.h @@ -3734,7 +3734,7 @@ struct iwm_uapsd_misbehaving_ap_notif { * beacon filtering; beacons will not be forced to be sent to driver * regardless of whether its temperature has been changed. * @bf_enable_beacon_filter: 1, beacon filtering is enabled; 0, disabled. - * @bf_filter_escape_timer: Send beacons to to driver if no beacons were passed + * @bf_filter_escape_timer: Send beacons to the driver if no beacons were passed * for a specific period of time. Units: Beacons. * @ba_escape_timer: Fully receive and parse beacon if no beacons were passed * for a longer period of time then this escape-timeout. Units: Beacons. |