Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Details
Details
- Reviewers
emaste - Group Reviewers
wireless - Commits
- rGc4c77498a34c: net80211: update IE list for 802.11-2020
rGbeb51893cc29: net80211: update IE list for 802.11-2020
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
looks ok
sys/net80211/ieee80211.h | ||
---|---|---|
1143 | shall we remove this one, similar to no IEEE80211_ELEMID_RESERVED_49 below? And 2 and 4 above? |
sys/net80211/ieee80211.h | ||
---|---|---|
1143 | ifconfig still knows about it. I wonder why it was added with f280f93df7950572c70e8e923fa0559b1a489b9b . Should ask JRO |
sys/net80211/ieee80211.h | ||
---|---|---|
1111 | Still used inside net80211 and ifconfig. Needs separate cleanup eventually. | |
1114 | Like 2. | |
1143 | That said I'll queue it up as a follow-up change to clean it up. I really cannot remember that 47 was used for anything at any time so it would need to stay reserved to not be re-used. |