Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable usb support by default. | Claudio Mignanti | 2010-07-11 | 4 | -35/+7 |
| | | | | SVN-Revision: 22129 | ||||
* | add defautl config for eth0 | Claudio Mignanti | 2010-07-11 | 2 | -1/+9 |
| | | | | SVN-Revision: 22128 | ||||
* | ath9k: improve reliability of the noise floor calibration | Felix Fietkau | 2010-07-11 | 1 | -0/+399 |
| | | | | SVN-Revision: 22126 | ||||
* | fix typo in Makefile tgz -> targz | Claudio Mignanti | 2010-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 22125 | ||||
* | ath9k: add another batch of stability updates and misc fixes | Felix Fietkau | 2010-07-11 | 6 | -0/+188 |
| | | | | SVN-Revision: 22123 | ||||
* | brcm47xx: use kernel 2.6.34.1 as default kernel | Hauke Mehrtens | 2010-07-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22119 | ||||
* | kernel: update to kernel 2.6.34.1 | Hauke Mehrtens | 2010-07-10 | 7 | -8/+8 |
| | | | | SVN-Revision: 22118 | ||||
* | brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35 | Felix Fietkau | 2010-07-10 | 2 | -6/+4 |
| | | | | SVN-Revision: 22116 | ||||
* | broadcom-diag: detect more variants of SimpleTech SimpleShare | Felix Fietkau | 2010-07-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22112 | ||||
* | Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to ↵ | Felix Fietkau | 2010-07-10 | 6 | -2/+68 |
| | | | | | | | | | | clear.' spam. more and more users are getting confused by this, and consider it a regression in brcm47xx, because brcm-2.4 was not showing this message. It's not particularly interesting for debugging, most of the time it only happens because of an unconnected port. SVN-Revision: 22110 | ||||
* | fix a bug inside usb driver, thanks to Jesper Nilsson | Claudio Mignanti | 2010-07-09 | 1 | -2/+1 |
| | | | | SVN-Revision: 22105 | ||||
* | add some missing symbols | Claudio Mignanti | 2010-07-09 | 1 | -1/+4 |
| | | | | SVN-Revision: 22104 | ||||
* | 6in4: automatically determine wan interface in hotplug events | Jo-Philipp Wich | 2010-07-09 | 2 | -2/+2 |
| | | | | SVN-Revision: 22102 | ||||
* | hostapd: make rfkill support optional | Felix Fietkau | 2010-07-08 | 3 | -2/+272 |
| | | | | SVN-Revision: 22101 | ||||
* | hostapd: add preliminary wps script support (push-button only, does not ↵ | Felix Fietkau | 2010-07-08 | 3 | -2/+18 |
| | | | | | | handle multi-bss yet) SVN-Revision: 22100 | ||||
* | wifi: fix duplicate ht capabilities in the hostapd config file by clearing ↵ | Felix Fietkau | 2010-07-08 | 1 | -4/+13 |
| | | | | | | the list at config load time SVN-Revision: 22099 | ||||
* | hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad | Felix Fietkau | 2010-07-08 | 2 | -1/+3 |
| | | | | SVN-Revision: 22098 | ||||
* | hostapd: update to 2010-07-05 | Felix Fietkau | 2010-07-08 | 13 | -47/+62 |
| | | | | SVN-Revision: 22097 | ||||
* | Revert r22094 and r22095 | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22096 | ||||
* | Added --non-interactive flag to svn package downloads | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22095 | ||||
* | add --trust-server-cert to svn checkout of feeds | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22094 | ||||
* | gumstix: add luci | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22093 | ||||
* | mac80211: update to wireless-testing 2010-07-06, add another patch to ↵ | Felix Fietkau | 2010-07-07 | 18 | -15404/+41 |
| | | | | | | finally fix the annoying buffer leak in ath9k SVN-Revision: 22088 | ||||
* | crda: remove superfluous dependency | Hamish Guthrie | 2010-07-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 22087 | ||||
* | Add kmod-usb-hid | Hamish Guthrie | 2010-07-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 22086 | ||||
* | kernel: add missing config option found by buildbot | Hauke Mehrtens | 2010-07-06 | 2 | -0/+3 |
| | | | | SVN-Revision: 22080 | ||||
* | repair the damage that was done to the packet socket type filter patch when ↵ | Felix Fietkau | 2010-07-06 | 3 | -3/+3 |
| | | | | | | it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions SVN-Revision: 22079 | ||||
* | mac80211: fix interface teardown for kernels >= 2.6.33 | Felix Fietkau | 2010-07-06 | 1 | -1/+9 |
| | | | | SVN-Revision: 22078 | ||||
* | ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until ↵ | Felix Fietkau | 2010-07-06 | 1 | -1/+3 |
| | | | | | | we've figured out what part of it causes the issue described in #7563 SVN-Revision: 22075 | ||||
* | package/busybox: fix sed issue with gcc-4.5.0 (closes #7566) | Alexandros C. Couloumbis | 2010-07-06 | 1 | -0/+4 |
| | | | | SVN-Revision: 22074 | ||||
* | comgt: add usb hotplug handler to bring up 3g ifaces on boot or when the ↵ | Jo-Philipp Wich | 2010-07-04 | 2 | -1/+46 |
| | | | | | | dongle is attached SVN-Revision: 22061 | ||||
* | add mini_fo fix to 2.6.30 as well | Felix Fietkau | 2010-07-04 | 1 | -0/+48 |
| | | | | SVN-Revision: 22058 | ||||
* | mini_fo: add error pointer checks after dentry lookups to fix various crash ↵ | Felix Fietkau | 2010-07-04 | 4 | -0/+192 |
| | | | | | | bugs (fixes #7277, #7207, #7259) SVN-Revision: 22057 | ||||
* | ag71xx: reset the hardware during open(), this improves recovery from tx ↵ | Felix Fietkau | 2010-07-04 | 1 | -0/+2 |
| | | | | | | timeouts on ar724x considerably SVN-Revision: 22055 | ||||
* | ag71xx: fix a memory corruption bug that happens if you flood the interface ↵ | Felix Fietkau | 2010-07-04 | 1 | -0/+6 |
| | | | | | | with packets while it's being brought down fixes boot time crashes under load reported by matteo SVN-Revision: 22054 | ||||
* | add missing dependencies for hostapd-utils and wpa-cli (#7421) | Felix Fietkau | 2010-07-03 | 1 | -2/+2 |
| | | | | SVN-Revision: 22052 | ||||
* | ath9k: fix a potential buffer leak | Felix Fietkau | 2010-07-02 | 1 | -0/+68 |
| | | | | SVN-Revision: 22048 | ||||
* | ath9k: fix a crash with WEP in ad-hoc mode | Felix Fietkau | 2010-07-02 | 1 | -0/+13 |
| | | | | SVN-Revision: 22046 | ||||
* | generic: rtl8366: enable VLAN ingress filtering | Gabor Juhos | 2010-07-02 | 2 | -0/+15 |
| | | | | SVN-Revision: 22044 | ||||
* | refresh 2.6.34 patches | Florian Fainelli | 2010-07-01 | 3 | -21/+7 |
| | | | | SVN-Revision: 22042 | ||||
* | add 2.6.34 support | Florian Fainelli | 2010-07-01 | 7 | -1/+558 |
| | | | | SVN-Revision: 22041 | ||||
* | fix line wrapped patch | Florian Fainelli | 2010-07-01 | 1 | -4/+1 |
| | | | | SVN-Revision: 22040 | ||||
* | ath9k: fix false positives in the baseband hang check by repeating the test ↵ | Felix Fietkau | 2010-07-01 | 1 | -0/+90 |
| | | | | | | a few times before pronouncing the hardware dead and resetting it SVN-Revision: 22038 | ||||
* | ath9k: clean up some code duplication related to noise floor handling | Felix Fietkau | 2010-07-01 | 1 | -0/+207 |
| | | | | SVN-Revision: 22037 | ||||
* | ath9k: add a missing null pointer check and some further cleanup | Felix Fietkau | 2010-07-01 | 1 | -3/+23 |
| | | | | SVN-Revision: 22036 | ||||
* | ath9k: properly sanitize calibrated noise floor values on all hardware | Felix Fietkau | 2010-07-01 | 1 | -0/+386 |
| | | | | SVN-Revision: 22035 | ||||
* | fix PCI, thanks br1, put back 2.6.32.14 support by default | Florian Fainelli | 2010-07-01 | 3 | -70/+39 |
| | | | | SVN-Revision: 22033 | ||||
* | brcm47xx: added dual image support to flashmap driver | Markus Wigge | 2010-07-01 | 1 | -3/+37 |
| | | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP SVN-Revision: 22019 | ||||
* | fix GPIO pin for G3GV2-VF | Markus Wigge | 2010-07-01 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de> SVN-Revision: 22018 | ||||
* | ar71xx: fix leds-rb750 build failure on 2.6.34 | Gabor Juhos | 2010-07-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 22016 |