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

ath9k_htc: increase number of configurable virtual interfaces #574

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Jul 30, 2018

  1. ath9k_htc: increase number of configurable virtual interfaces

    Testing with AR9271 USB device I was able to start 8 VAPs, but one client device could connect only if 7 VAPs were configured. This might need more work to make the feature fully usable, but even at present situation it enables functionality that was previously disabled.
    Updated ath9k_htc firmware is required too, PR already opened: qca/open-ath9k-htc-firmware#149
    
    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8e7e2b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. ath9k_htc: enable dynack debug output

    Move dynack debug code from debug.c to common-debug.c and adjust ath9k/ath9k_htc debug for common dynack output.
    
    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 2, 2018
    Configuration menu
    Copy the full SHA
    30d0abc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. ath9k_htc: enable ANI debug output

    Enable ANI debug output as well as disabling or enabling the feature.
    
    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    61067a9 View commit details
    Browse the repository at this point in the history
  2. ath9k_htc:increase stations limit

    The increase of stations limit eliminates problem of only 7-8 clients able to connect to an AP.
    
    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    07f470f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. ath: enable 5/10 MHz width for ath9k/ath9k_htc

    This enables 5/10 MHz wide channels via debug file for both ath9k and ath9k_htc drivers. Connection tested and works in legacy and HT20 modes. This changeset is based on OpenWrt patch: 512-ath9k_channelbw_debugfs.patch
    
    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    9c9820b View commit details
    Browse the repository at this point in the history
  2. ath9k_htc: add flag indicating fast xmit support

    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    292f8e6 View commit details
    Browse the repository at this point in the history
  3. ath9k_htc: add flag indicating fast xmit support

    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    17970ea View commit details
    Browse the repository at this point in the history
  4. ath9k_htc: fix flag indicating fast xmit support

    Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
    psyborg55 authored Aug 6, 2018
    Configuration menu
    Copy the full SHA
    0773b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. use CONFIG_RT2800SOC

    not tested
    psyborg55 authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    24b46d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

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

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    3010182 View commit details
    Browse the repository at this point in the history
  2. x86, ioapic: Reserve less space for IOAPICs (sp5100 mmio fix)

    commit 212e155b14636edec1aebe9a003a727e1250b242
    Author: Bjorn Helgaas <bhelgaas@google.com>
    Date:   Tue Aug 23 11:56:26 2011 -0600
    
        x86, ioapic: Reserve less space for IOAPICs
        
        Previously we reserved 1024 bytes, but that's more space than the IOAPIC
        consumes, and it can cause conflicts with nearby devices.
        
        Also, delay the IOAPIC output a bit so we can print the actual range we
        claim.
    psyborg55 authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    3eda4d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. gpu: LED backlight inversion on RS780

    note: breaks CCFL backlight...
    psyborg55 authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    421273b View commit details
    Browse the repository at this point in the history