Felix Fietkau
7c74f58779
uClibc 0.9.32: fix libm compile for powerpc
...
SVN-Revision: 25013
14 years ago
Felix Fietkau
1a7a36b0a4
mac80211: fix frames looping back to a wds station
...
SVN-Revision: 25008
14 years ago
Felix Fietkau
098e2d7ca1
ath9k: fix a few more aggregation related issues, should improve stability
...
SVN-Revision: 25007
14 years ago
Mirko Vogt
63aeef20c0
move irq.c from patch into own file
...
SVN-Revision: 25002
14 years ago
Felix Fietkau
b60332deb0
hostapd: Create one control interface per virtual bssid
...
Previously hostapd created one control interface /var/run/hostapd-phyX
which only contained the first virtual bssid (for example wlan0). In
order to access the other virtual bssids with hostapd_cli add all
virtual bssids to /var/run/hostapd-phyX by specifying the ctrl_interface
parameter per bssid.
Previously the control interface looked like:
/var/run/hostapd-phyX/wlan0
Now, the control interface looks like this:
/var/run/hostapd-phyX/wlan0
/var/run/hostapd-phyX/wlan1
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24985
14 years ago
Jo-Philipp Wich
531e5e5386
mklibs: import missing symbol workaround from Freetz project ( #7590 )
...
SVN-Revision: 24984
14 years ago
Gabor Juhos
0b98f1f64f
ar71xx: rework WNDR3700 image generation
...
SVN-Revision: 24983
14 years ago
Gabor Juhos
b99f5f9c4a
ar71xx: build separate image for the WNDR3700 with NA region
...
SVN-Revision: 24982
14 years ago
Gabor Juhos
78ffb50c8e
firmware-utils/mkdniimg: don't use NA region by default
...
SVN-Revision: 24981
14 years ago
Gabor Juhos
e116785f27
firmware-utils/wndr3700: allow to specify image magic via command line
...
SVN-Revision: 24980
14 years ago
Hamish Guthrie
3c43d6fb30
Update gumstix profile
...
SVN-Revision: 24979
14 years ago
Felix Fietkau
f05691af93
mac80211: include the kfifo backport in compat.ko if necessary (fixes libertas, rt2x00)
...
SVN-Revision: 24978
14 years ago
Felix Fietkau
2c0ac457ed
ath9k: fix spurious decryption crc error regression
...
SVN-Revision: 24976
14 years ago
Claudio Mignanti
3559931d8f
Fix i2c driver and package it
...
SVN-Revision: 24975
14 years ago
Claudio Mignanti
c4238a64ac
Allow module compilation for adc driver
...
SVN-Revision: 24974
14 years ago
Jo-Philipp Wich
26616b18a4
add explicit dependencies between gcc prepare stages, fixes source download race with make -j ( #8596 )
...
SVN-Revision: 24969
14 years ago
Gabor Juhos
541bebf4ec
brcm47xx: add gpio_set_debounce function
...
SVN-Revision: 24968
14 years ago
Jo-Philipp Wich
253f4d82f2
mac80211: support per-vif wmm option, defaults to 1 if unset
...
SVN-Revision: 24966
14 years ago
Gabor Juhos
b67bbfe287
ar71xx: fix wlan LED on the TL-WR741 board
...
* Patch from #8630
SVN-Revision: 24963
14 years ago
Gabor Juhos
dd53effe15
ar71xx: fix wrong names of the WPS LED/button
...
Reported-by: Nuno Gonçalves
SVN-Revision: 24961
14 years ago
Felix Fietkau
a339e58d72
ath9k: reduce the number of false positives triggered by the baseband hang check by only running it when beacon transmission is blocked
...
SVN-Revision: 24954
14 years ago
Jo-Philipp Wich
f38a320e69
uhttpd: protect tcp receive operations with select, make tcp keep-alive optional ( #8272 )
...
SVN-Revision: 24952
14 years ago
Hauke Mehrtens
8067116c10
kernel: deactivate ext4 SElinux support and extended attributes support in general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target.
...
Thank you Philip Prindeville
SVN-Revision: 24951
14 years ago
Jo-Philipp Wich
6322a8be78
kernel: fix packaging of kmod-cs5535-gpio, thanks Philip Prindeville
...
SVN-Revision: 24950
14 years ago
Felix Fietkau
6528a58151
ath9k: add a few aggregation reliability fixes
...
SVN-Revision: 24949
14 years ago
Felix Fietkau
56647592a4
mac80211: update to wireless-testing 2011-01-05, should improve aggregation reliability in ath9k
...
SVN-Revision: 24948
14 years ago
Gabor Juhos
088d334311
generic: generic: remove MIPS device tree backport patch from 2.6.36
...
It makes no sense without a platform which uses that.
SVN-Revision: 24946
14 years ago
Gabor Juhos
a894d10d4d
ar71xx: remove the gpio_wr_fix patch
...
SVN-Revision: 24945
14 years ago
Gabor Juhos
23a6173099
ar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver
...
SVN-Revision: 24944
14 years ago
Gabor Juhos
5641e8233e
generic: rtl8366: fix build error
...
SVN-Revision: 24943
14 years ago
Gabor Juhos
505f0e7a86
ar71xx: add kmod-ledtrig-usbdev for the MZK-W04NU profile as well
...
SVN-Revision: 24941
14 years ago
Gabor Juhos
271ce88567
ar71xx: add kmod-ledtrig-usbdev to the relevant profiles
...
SVN-Revision: 24940
14 years ago
Gabor Juhos
792a1fb2c0
generic: rtl8366: enable vlans before enabling the ports
...
SVN-Revision: 24939
14 years ago
Gabor Juhos
c16715f8d2
generic: rtl8366: enable ports only after VLAN configuration is done
...
SVN-Revision: 24938
14 years ago
Gabor Juhos
0bcc97ac26
generic: rtl8366: add enable_port helper
...
SVN-Revision: 24937
14 years ago
Gabor Juhos
5120660512
generic: rtl8366_smi: init VLANs only in first switch initialization
...
SVN-Revision: 24936
14 years ago
Gabor Juhos
d88fc86fca
generic: rtl8366s: use correct bitmasks in sanity checks
...
SVN-Revision: 24935
14 years ago
Gabor Juhos
ec9b5d6243
generic: rtl8366s: add vlan fid support
...
SVN-Revision: 24934
14 years ago
Gabor Juhos
72779e560b
generic: rtl8366: add debugfs file for VLAN4K table
...
SVN-Revision: 24933
14 years ago
Gabor Juhos
9a32655293
package/swconfig: add sanity checks to prevent a segfault
...
SVN-Revision: 24932
14 years ago
Hauke Mehrtens
ebbd3311e1
kernel: add md5sum of kernel 2.6.37
...
SVN-Revision: 24931
14 years ago
Gabor Juhos
a4472870bd
generic: rtl8366rb: use correct bitmasks in sanity checks
...
SVN-Revision: 24930
14 years ago
Gabor Juhos
0de8689b70
ar71xx: use spinlock in ar71xx_device_{start,stop}
...
SVN-Revision: 24929
14 years ago
Gabor Juhos
271bb8385b
ar71xx: add kmod-usb-ohci module for the WNDR3700 profile
...
SVN-Revision: 24927
14 years ago
Lars-Peter Clausen
a6ede8ac59
Drop support for older kernel versions
...
SVN-Revision: 24915
14 years ago
Lars-Peter Clausen
4f7abc1c7a
Add 2.6.37 support
...
SVN-Revision: 24914
14 years ago
Gabor Juhos
9abe5cf110
package/mtd: make fixtrx available on ar71xx as well
...
SVN-Revision: 24911
14 years ago
Jo-Philipp Wich
e8cee6c850
fix unbalanced mutex_lock/mutex_unlock in mini_fo getxattr op. Thanks Daniel Dickinson for tracking this down
...
SVN-Revision: 24906
14 years ago
Jo-Philipp Wich
dcec7f5e20
disable CONFIG_EXT4_FS_XATTR on kernel 2.6.35 and 2.6.37, this exposes a mutex bug in mini_fo leading to hard lockups with various filesystem operations
...
SVN-Revision: 24905
14 years ago
Imre Kaloz
e9013bff66
fix md5sum, use our mirror with a fixed-up filename to make sure we get the right fw version
...
SVN-Revision: 24901
14 years ago