Page MenuHomeFreeBSD

nagymas_gmail.com (Tamas Nagy)
User

Projects

User does not belong to any projects.

User Details

User Since
Tue, Jun 23, 3:47 AM (3 w, 6 d)

Recent Activity

Mon, Jun 29

nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.

For now I'd like to stay close to the original implementation and only extend the diagnostic where necessary.

Mon, Jun 29, 2:21 AM · wireless

Sun, Jun 28

nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.
Sun, Jun 28, 11:49 AM · wireless
nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.
Sun, Jun 28, 2:01 AM · wireless
nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.
Sun, Jun 28, 1:18 AM · wireless
nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.

I personally I would go with the simpler solution calling IEEE80211_IS_CHAN_VHTxxx macros already combines mode and width.

Sun, Jun 28, 12:41 AM · wireless
nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.

I think we should just create a function to return a static channel description for this. something like

/*
 * Return a string like <MODE><WIDTH> - eg HT20, VHT80+80, etc.
 */
static const char * net80211_get_chanmode_descr(const struct ieee80211_channel *c)
{
  // do all the HT/VHT stuff currently done in the above log code
 // default
  return "<undef>";
}

What do you think?

Sun, Jun 28, 12:35 AM · wireless

Wed, Jun 24

nagymas_gmail.com updated the diff for D57762: Reporting/debug path changed to display VHT80 and VHT160.

Reverted back to the original branching to keep the original structure. %s%d canged to %s%s to hande 80P80

Wed, Jun 24, 2:48 AM · wireless
nagymas_gmail.com updated the diff for D57762: Reporting/debug path changed to display VHT80 and VHT160.

Test HT20, HT40, VHT20, VHT40, VHT80, VHT160 not tested VHT80P80

Wed, Jun 24, 1:55 AM · wireless
nagymas_gmail.com updated the diff for D57762: Reporting/debug path changed to display VHT80 and VHT160.

Debug string update to be able to display VHT40U and VHT40D

Wed, Jun 24, 12:32 AM · wireless

Tue, Jun 23

nagymas_gmail.com added a comment to D57762: Reporting/debug path changed to display VHT80 and VHT160.

Original reporting:
VHT80
VHT160
VHT (covers VHT20/VHT40)
Updated reporting:
VHT20
VHT40U
VHT40D
VHT80
VHT160
VHT80P80
Reason:
ni->ni_chan->ic_flags already contains the full channel-width information, so the patch makes the debug output reflect the actual negotiated channel state.

Tue, Jun 23, 10:30 PM · wireless
nagymas_gmail.com updated the diff for D57762: Reporting/debug path changed to display VHT80 and VHT160.

Added every configuration currently available for more accurate debuging

Tue, Jun 23, 10:21 PM · wireless
nagymas_gmail.com accepted D57762: Reporting/debug path changed to display VHT80 and VHT160.

Agreed but we could detail VHT40U and D and VHT20 too

Tue, Jun 23, 10:18 PM · wireless
nagymas_gmail.com requested review of D57762: Reporting/debug path changed to display VHT80 and VHT160.
Tue, Jun 23, 6:22 AM · wireless