- create ieee80211_vap_get_broadcast_address() to fetch the broadcast MAC address for the given VAP
- refactor references to ifp->if_broadcastaddr -> ieee80211_vap_get_broadcast_address()
Details
Details
- Reviewers
bz - Group Reviewers
wireless - Commits
- rGa278d11a60e0: net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.c
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 64414 Build 61298: arc lint + arc unit
Event Timeline
Comment Actions
Scrolling through apart from the local variable this looks good.
sys/net80211/ieee80211_freebsd.c | ||
---|---|---|
1328 | Could pass vap->if_ifp here and save the local variable. |