Refactor amrr_node_init() into HT and legacy paths, clean up the
printing to be a bit clearer about the selected rates.
This is precursor work to setting VHT rates in ni->ni_txrate .
Differential D48429 Authored by adrian on Jan 11 2025, 3:05 PM.
Tags Referenced Files
Details
Summary Refactor amrr_node_init() into HT and legacy paths, clean up the This is precursor work to setting VHT rates in ni->ni_txrate .
Diff Detail
Event TimelineHerald added subscribers: glebius, melifaro, imp. · View Herald TranscriptJan 11 2025, 3:05 PM2025-01-11 15:05:54 (UTC+0) Harbormaster completed remote builds in B61674: Diff 149134.Jan 11 2025, 3:06 PM2025-01-11 15:06:16 (UTC+0) Harbormaster completed remote builds in B61903: Diff 149741.Jan 23 2025, 2:41 AM2025-01-23 02:41:35 (UTC+0) adrian removed a child revision: D48428: rtwn: fix RTL8192EU power-down / power-up hanging.Jan 23 2025, 2:42 AM2025-01-23 02:42:41 (UTC+0) Harbormaster completed remote builds in B61963: Diff 149852.Jan 24 2025, 1:52 AM2025-01-24 01:52:42 (UTC+0) Harbormaster completed remote builds in B61990: Diff 149904.Jan 24 2025, 3:32 PM2025-01-24 15:32:07 (UTC+0) Harbormaster completed remote builds in B62056: Diff 150008.Jan 27 2025, 12:16 AM2025-01-27 00:16:32 (UTC+0) This revision is now accepted and ready to land.Jan 28 2025, 10:10 AM2025-01-28 10:10:39 (UTC+0) This revision now requires review to proceed.Jan 30 2025, 5:15 AM2025-01-30 05:15:28 (UTC+0) Harbormaster completed remote builds in B62119: Diff 150154.Jan 30 2025, 5:15 AM2025-01-30 05:15:29 (UTC+0) Harbormaster completed remote builds in B62134: Diff 150169.Jan 30 2025, 5:16 AM2025-01-30 05:16:30 (UTC+0) bz added inline comments. This revision now requires changes to proceed.Feb 22 2025, 10:19 AM2025-02-22 10:19:19 (UTC+0) Harbormaster completed remote builds in B62582: Diff 151346.Feb 22 2025, 5:07 PM2025-02-22 17:07:38 (UTC+0) Comment Actions hi, try that! I don't know why I wasn't hitting this; i've definitely tested 2g 11n/11g and 5g 11n! This revision was not accepted when it landed; it landed in state Needs Review.Feb 26 2025, 7:32 PM2025-02-26 19:32:27 (UTC+0) Closed by commit rG078acac88264: net80211: refactor amrr_node_init() into HT and legacy paths (authored by adrian). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150169 sys/net80211/ieee80211_amrr.c
|
I think a_addr and a_mask should be struct sockaddr_strorage, not sockaddr. While sizeof(sockaddr) can be equal to sizeof(sockaddr_in), sizeof(sockaddr_in6) is always longer.