Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tx mimo for iwn driver (Centrino N wireless cards) #424

Merged
merged 6 commits into from
Dec 3, 2020

Commits on Nov 26, 2020

  1. Log on tx ring full

    pigworlds committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    34569f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c838b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Enable qos flag

    pigworlds committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    f4c9c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38bbc0c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    bffc12b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Properly initialize rflags on iwn_tx.

    The tx structure is reused, and all fields need properly initialize.
    Without set proper rflags value, certain packet like mgmt frame
    may be sent at wrong coding scheme. This is discovered during
    a failed addba negotiation.
    pigworlds committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    eea0b22 View commit details
    Browse the repository at this point in the history