diff options
| author | Zhenlei Huang <zlei@FreeBSD.org> | 2024-06-20 04:27:43 +0000 |
|---|---|---|
| committer | Zhenlei Huang <zlei@FreeBSD.org> | 2024-06-25 04:27:06 +0000 |
| commit | 803bc0f91f285dab7fa4557af76cf92db33cd196 (patch) | |
| tree | 6a8d6eede4486511f9d7b17dcb4c5e08be247e74 | |
| parent | 73d1f732cea18de474b58783b562b11a28f1dd99 (diff) | |
net80211: Correct a comment
MFC after: 3 days
(cherry picked from commit 34c98f40f549b3e5692aa5095448ff9135030f99)
(cherry picked from commit ae979c76443bd7c33ed9f22182b4421d2c64b619)
| -rw-r--r-- | sys/net80211/ieee80211_radiotap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_radiotap.c b/sys/net80211/ieee80211_radiotap.c index 34e27b323fc1..79e00106a780 100644 --- a/sys/net80211/ieee80211_radiotap.c +++ b/sys/net80211/ieee80211_radiotap.c @@ -125,7 +125,7 @@ ieee80211_radiotap_vattach(struct ieee80211vap *vap) void ieee80211_radiotap_vdetach(struct ieee80211vap *vap) { - /* NB: bpfattach is called by ether_ifdetach and claims all taps */ + /* NB: bpfdetach is called by ether_ifdetach and claims all taps */ } static void |
