git: ae979c76443b - stable/14 - net80211: Correct a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jun 2024 04:26:14 UTC
The branch stable/14 has been updated by zlei: URL: https://cgit.FreeBSD.org/src/commit/?id=ae979c76443bd7c33ed9f22182b4421d2c64b619 commit ae979c76443bd7c33ed9f22182b4421d2c64b619 Author: Zhenlei Huang <zlei@FreeBSD.org> AuthorDate: 2024-06-20 04:27:43 +0000 Commit: Zhenlei Huang <zlei@FreeBSD.org> CommitDate: 2024-06-25 04:25:31 +0000 net80211: Correct a comment MFC after: 3 days (cherry picked from commit 34c98f40f549b3e5692aa5095448ff9135030f99) --- sys/net80211/ieee80211_radiotap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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