summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2.6.24 moved watchdog drivers to drivers/watchdogFlorian Fainelli2008-07-171-0/+0
| | | | SVN-Revision: 11852
* huge madwifi update (work in progress, disabled by default, compiles but ↵Felix Fietkau2008-07-1745-3/+5417
| | | | | | breaks at run time) SVN-Revision: 11851
* Fix menuconfig - Description for the no timestamp check option was ↵Andy Boyett2008-07-172-7/+10
| | | | | | swallowing all entries below it in menuconfig SVN-Revision: 11850
* add some madwifi fixes and enhancements by Sven-Ola, refresh patchesFelix Fietkau2008-07-1629-77/+2739
| | | | SVN-Revision: 11848
* ubsec ssb is only available on brcm47xxFlorian Fainelli2008-07-161-1/+1
| | | | SVN-Revision: 11847
* Disable ubsec ssb by default on WGT634U until it gets fixedFlorian Fainelli2008-07-161-1/+1
| | | | SVN-Revision: 11846
* button-hotplug does not build for 2.4 kernelsFlorian Fainelli2008-07-161-0/+1
| | | | SVN-Revision: 11845
* Add basic 2.6.24 support for rb532, korina napi code has to be adapted to workFlorian Fainelli2008-07-1543-0/+6914
| | | | SVN-Revision: 11844
* Move files and patches to files-2.6.23 and patches-2.6.23Florian Fainelli2008-07-1540-0/+6692
| | | | SVN-Revision: 11843
* Include ubsec ssb in the WGT634U profileFlorian Fainelli2008-07-151-1/+1
| | | | SVN-Revision: 11842
* Add ubsec ssb from Daniel Mueller <daniel@danm.de> (#2417)Florian Fainelli2008-07-1517-0/+7743
| | | | SVN-Revision: 11841
* Do not build ocf modules by defaultFlorian Fainelli2008-07-151-0/+7
| | | | SVN-Revision: 11840
* Add ocf to 2.6.25 for ubsec ssb integrationFlorian Fainelli2008-07-152-0/+19510
| | | | SVN-Revision: 11839
* Support for setting monitor mode (#1306)Florian Fainelli2008-07-151-7/+27
| | | | SVN-Revision: 11838
* Fix the CF serial number byteswapping (#3133)Florian Fainelli2008-07-151-2/+12
| | | | SVN-Revision: 11837
* adds more irq defines to ifxmipsJohn Crispin2008-07-152-0/+5
| | | | SVN-Revision: 11836
* fix md5sumTravis Kemen2008-07-151-1/+1
| | | | SVN-Revision: 11835
* Upgrade wpa_supplicant to 0.6.3 and add some improvements (mainly for ↵Felix Fietkau2008-07-1515-1386/+662
| | | | | | roaming with ap_scan=1) Remove arch specific config files (they seem rather pointless) Remove the dependency on OpenSSL (use small built-in SSL functions) SVN-Revision: 11833
* use qstrip macro to strip quoted CONFIG_* stringsNicolas Thill2008-07-143-6/+5
| | | | SVN-Revision: 11832
* update wp18/np18a patch, resyncImre Kaloz2008-07-144-64/+55
| | | | SVN-Revision: 11831
* update patch for the final kernel releaseImre Kaloz2008-07-141-48/+8
| | | | SVN-Revision: 11830
* 2.6.26 final is outImre Kaloz2008-07-143-2/+5
| | | | SVN-Revision: 11829
* readd patch...Imre Kaloz2008-07-141-0/+8722
| | | | SVN-Revision: 11827
* ar7: initial 2.6.26 patchesMatteo Croce2008-07-148-0/+316
| | | | SVN-Revision: 11824
* remove reverted patchMatteo Croce2008-07-141-8722/+0
| | | | SVN-Revision: 11822
* acx: fix firmware download URLMatteo Croce2008-07-142-4/+4
| | | | SVN-Revision: 11821
* Build zd1211rw (#3759)Florian Fainelli2008-07-141-12/+10
| | | | SVN-Revision: 11819
* upgrade orion to 2.6.26-rc9Imre Kaloz2008-07-142-2/+2
| | | | SVN-Revision: 11818
* nuke eyecandy as not everyone likes it :PImre Kaloz2008-07-141-23/+0
| | | | SVN-Revision: 11817
* on IXP46x we can have up to 3 npe ethernet interfaces, so set the mac for ↵Imre Kaloz2008-07-141-1/+1
| | | | | | the third one, too SVN-Revision: 11816
* fixup the weird fis location for the SidewinderImre Kaloz2008-07-141-0/+30
| | | | SVN-Revision: 11815
* resync patchesImre Kaloz2008-07-135-17/+17
| | | | SVN-Revision: 11814
* update Sidewinder patch, add support for the ethernet interfacesImre Kaloz2008-07-131-38/+84
| | | | SVN-Revision: 11813
* Enable wl500gp workaround to enable 32MB ram (#864)Florian Fainelli2008-07-131-0/+5
| | | | SVN-Revision: 11812
* Enable russian codepage 1251 (#819)Florian Fainelli2008-07-131-0/+17
| | | | SVN-Revision: 11810
* enable the cryptodev engine on ixp4xxImre Kaloz2008-07-131-1/+1
| | | | SVN-Revision: 11805
* fix cryptodev compileImre Kaloz2008-07-131-0/+494
| | | | SVN-Revision: 11804
* add ocf kernel patchImre Kaloz2008-07-133-0/+19495
| | | | SVN-Revision: 11803
* madwifi: add an optional threshold for low-rssi disconnection. This can be ↵Felix Fietkau2008-07-121-0/+91
| | | | | | useful when letting wpa_supplicant control roaming. SVN-Revision: 11799
* madwifi: improve beacon miss handling to increase the reliability of STA ↵Felix Fietkau2008-07-121-0/+102
| | | | | | mode links SVN-Revision: 11798
* madwifi: drop stale AP nodes from the client list when disconnecting. Fixes ↵Felix Fietkau2008-07-121-0/+59
| | | | | | some reassoc issues. SVN-Revision: 11797
* madwifi: add a preliminary fix for the reassoc check, but disable reassoc ↵Felix Fietkau2008-07-121-0/+31
| | | | | | entirely for now until we've figured out why it fails frequently. SVN-Revision: 11796
* madwifi: some misconfigured APs broadcast NULL BSSIDs, which can confuse the ↵Felix Fietkau2008-07-121-0/+18
| | | | | | STA. Ignore those when scanning. SVN-Revision: 11795
* madwifi: add an optional background scanning threshold triggered by low rssi ↵Felix Fietkau2008-07-121-0/+127
| | | | | | (useful for passing updated scan results to the wpa_supplicant ahead of time, before losing connectivity entirely) SVN-Revision: 11794
* madwifi: recognize hidden essid with length=1 containing a nullbyteFelix Fietkau2008-07-121-0/+38
| | | | SVN-Revision: 11793
* madwifi: make STA mode interfaces disassociate if transmission of assoc/auth ↵Felix Fietkau2008-07-121-0/+81
| | | | | | critical packets failed. SVN-Revision: 11792
* refresh some madwifi patchesFelix Fietkau2008-07-126-96/+48
| | | | SVN-Revision: 11791
* switch to a different NPE-C firmwareImre Kaloz2008-07-121-2/+2
| | | | SVN-Revision: 11790
* add ocf support to openssl, and use it by default if engines are enabledImre Kaloz2008-07-122-0/+1220
| | | | SVN-Revision: 11789
* enable openssl engine support on ixp4xxImre Kaloz2008-07-121-0/+5
| | | | SVN-Revision: 11788