| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 35753
|
|
|
|
| |
SVN-Revision: 35750
|
|
|
|
| |
SVN-Revision: 35749
|
|
|
|
|
|
|
|
|
| |
Multiple drivers were missing their DRIVER_11N_SUPPORT despite
supporting 11N capable cards.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G
were due to overflow of the RX DMA ring buffer, which was created with 64
slots. That finding reminded me that I was seeing similar crashed on a netbook,
which also has a relatively slow processor. After increasing the number of
slots to 128, runs on the netbook that previously failed now worked; however,
I found that 109 slots had been used in one test. For that reason, the number
of slots is being increased to 256.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
SVN-Revision: 35671
|
|
|
|
| |
SVN-Revision: 35576
|
|
|
|
| |
SVN-Revision: 35566
|
|
|
|
|
|
| |
by default
SVN-Revision: 35565
|
|
|
|
| |
SVN-Revision: 35264
|
|
|
|
| |
SVN-Revision: 35255
|
|
|
|
| |
SVN-Revision: 35152
|
|
|
|
| |
SVN-Revision: 35147
|
|
|
|
| |
SVN-Revision: 35145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes the following warnings:
CC [M] <...>/drivers/net/wireless/rt2x00/rt2800pci.o
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom_file':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:95:2: warning: 'return' with a value, in function returning void [enabled by default]
<...>/drivers/net/wireless/rt2x00/rt2800pci.c: In function 'rt2800pci_read_eeprom':
<...>/drivers/net/wireless/rt2x00/rt2800pci.c:994:2: warning: 'retval' may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35143
|
|
|
|
| |
SVN-Revision: 35139
|
|
|
|
| |
SVN-Revision: 35096
|
|
|
|
| |
SVN-Revision: 35094
|
|
|
|
|
|
| |
other devices
SVN-Revision: 35089
|
|
|
|
| |
SVN-Revision: 35081
|
|
|
|
| |
SVN-Revision: 35067
|
|
|
|
| |
SVN-Revision: 35066
|
|
|
|
| |
SVN-Revision: 35063
|
|
|
|
| |
SVN-Revision: 35049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I wanted to use some statistics from /sys/kernel/debug/ieee80211,
so I enabled PACKAGE_MAC80211_DEBUGFS. But I could not use it,
because CONFIG_KERNEL_DEBUG_FS was not set and it's a little bit
hidden. After manually setting CONFIG_KERNEL_DEBUG_FS to y,
everything was fine. This patch automatically selects
CONFIG_KERNEL_DEBUG_FS if PACKAGE_MAC80211_DEBUGFS is set.
Additionally, the help text says "Say N unless you know you need this.",
but it's default y. This help text is copied verbatim from the
kernel's Kconfig and not true for us. So remove this part of the
help text
Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
SVN-Revision: 35014
|
|
|
|
|
|
| |
remove firmware for LP-Phy core rev 14, I have never seen such a device.
SVN-Revision: 35000
|
|
|
|
| |
SVN-Revision: 34979
|
|
|
|
|
|
| |
fixes #12712
SVN-Revision: 34961
|
|
|
|
| |
SVN-Revision: 34911
|
|
|
|
|
|
| |
size and performance
SVN-Revision: 34910
|
|
|
|
|
|
|
|
| |
Also remove the superfluous ones for ath5k, p54.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34637
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34627
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34624
|
|
|
|
|
|
| |
#12585)
SVN-Revision: 34610
|
|
|
|
| |
SVN-Revision: 34607
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34606
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34605
|
|
|
|
| |
SVN-Revision: 34603
|
|
|
|
| |
SVN-Revision: 34594
|
|
|
|
| |
SVN-Revision: 34592
|
|
|
|
| |
SVN-Revision: 34591
|
|
|
|
| |
SVN-Revision: 34590
|
|
|
|
| |
SVN-Revision: 34573
|
|
|
|
| |
SVN-Revision: 34571
|
|
|
|
| |
SVN-Revision: 34570
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34560
|
|
|
|
|
|
| |
expression
SVN-Revision: 34531
|
|
|
|
|
|
|
|
|
|
|
| |
Previously only the first macfilter configuration would have been used
on all interfaces. However, the configuration was always done per vif
already. Hence, move the macfilter setup into hostapd.sh where and
create one mac list file per vif.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34470
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34464
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34463
|
|
|
|
|
|
|
|
|
| |
[juhosg: move ramips specific stuff into a followup patch]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34269
|