Skip to content
Snippets Groups Projects
  1. Jul 14, 2015
  2. Jul 09, 2015
  3. Jul 07, 2015
  4. Jul 06, 2015
  5. Jul 02, 2015
    • nbd's avatar
      ath9k: make DMA stop related messages debug-only (#11862, #9654) · 72e226bd
      nbd authored
      
      A long time ago, ath9k had issues during reset where the DMA engine
      would stay active and could potentially corrupt memory.
      To debug those issues, the driver would print warnings whenever they
      occur.
      
      Nowadays, these issues are gone and the primary cause of these messages
      is if the MAC is stuck during reset or busy processing a long
      transmission. This is fairly harmless, yet these messages continue to
      worry users.
      
      To reduce the number of bogus bug reports, turn these messages into
      debug messages and count their occurence in the "reset" debugfs file.
      
      Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46158 3c298f89-4303-0410-b956-a3cf2f4a3e73
      72e226bd
  6. Jun 26, 2015
  7. Jun 22, 2015
  8. Jun 21, 2015
  9. Jun 17, 2015
  10. Jun 09, 2015
  11. Jun 08, 2015
  12. Jun 07, 2015
  13. Jun 02, 2015
  14. May 31, 2015
    • nbd's avatar
      mac80211: make netifd script create AP interface directly · 1cbb5e8d
      nbd authored
      
      Before starting hostapd we create interface for it. The problem is we
      try to create STA interface just to let hostapd change it to AP later.
      
      It may fail if device doesn't support STA interfaces or if we already
      hit a limit. Consider following phy (it's from BCM43602 and brcmfmac):
      $ iw phy phy0 info | tail
              valid interface combinations:
                       * #{ IBSS, managed } <= 1, #{ AP } <= 4, #{ P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1,
                         total <= 3, #channels <= 1
      
      Trying to setup 2 interfaces: STA + AP results in:
      radio0 (1101): command failed: Operation not supported (-95)
      radio0 (1101): command failed: Operation not supported (-95)
      radio0 (1101): command failed: Operation not supported (-95)
      radio0 (1101): command failed: Operation not supported (-95)
      radio0 (1101): Configuration file: /var/run/hostapd-phy0.conf
      radio0 (1101): Could not read interface wlan0-1 flags: No such device
      
      Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45856 3c298f89-4303-0410-b956-a3cf2f4a3e73
      1cbb5e8d
  15. May 28, 2015
  16. May 26, 2015
  17. May 21, 2015
    • jogo's avatar
      mac80211: make it work with 3.18.12+ · 717c0745
      jogo authored
      
      3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait:
      Provide infrastructure to deal with nested blocking") from 3.19, causing
      the following error on load:
      
      [   13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel)
      
      Fix this by guarding it with a check for 3.18.11 or earlier instead of
      3.19.
      
      Signed-off-by: default avatarJonas Gorski <jogo@openwrt.org>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45710 3c298f89-4303-0410-b956-a3cf2f4a3e73
      717c0745
  18. May 09, 2015
  19. Apr 24, 2015
  20. Apr 20, 2015
  21. Apr 14, 2015
  22. Apr 11, 2015
  23. Apr 09, 2015
Loading