Skip to content

Commit

Permalink
net80211: Correct a comment
Browse files Browse the repository at this point in the history
MFC after:	3 days
  • Loading branch information
gmshake committed Jun 20, 2024
1 parent 42c545c commit 34c98f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/net80211/ieee80211_radiotap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34c98f4

Please sign in to comment.