summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros
Commit message (Collapse)AuthorAgeFilesLines
* add missing \n to ath pci codeJohn Crispin2008-07-091-1/+1
| | | | SVN-Revision: 11753
* refresh kernel patchesGabor Juhos2008-05-1921-164/+176
| | | | SVN-Revision: 11197
* upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)Gabor Juhos2008-05-181-1/+1
| | | | SVN-Revision: 11184
* atheros/config-2.6.25: Removed MII overrideRod Whitby2008-05-171-1/+1
| | | | SVN-Revision: 11161
* revert to before ubnt images were madeTravis Kemen2008-05-131-20/+0
| | | | SVN-Revision: 11130
* atheros: added marvell switch driverMatteo Croce2008-05-132-0/+40
| | | | SVN-Revision: 11129
* atheros: revert to kernel 2.6.23Matteo Croce2008-05-112-6/+23
| | | | SVN-Revision: 11114
* atheros: USB supportMatteo Croce2008-05-117-13/+323
| | | | SVN-Revision: 11113
* fix file namesTravis Kemen2008-05-081-2/+2
| | | | SVN-Revision: 11083
* change image generation, no need for duplicate imagesTravis Kemen2008-05-081-4/+2
| | | | SVN-Revision: 11082
* fix filename for image generationTravis Kemen2008-05-081-1/+1
| | | | SVN-Revision: 11077
* buld images for the Ubiquiti LiteStation and NanoStation ported from ↵Travis Kemen2008-05-071-0/+22
| | | | | | http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3 SVN-Revision: 11061
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵Felix Fietkau2008-05-072-10/+1
| | | | | | to be causing problems for various devices SVN-Revision: 11058
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-051-0/+84
| | | | SVN-Revision: 11050
* fix size calculation of the radio_configGabor Juhos2008-05-051-1/+1
| | | | SVN-Revision: 11049
* add .25 patches (kernel boots fine on LS2, LS5, FON2200 and on WRT55AG v2)Gabor Juhos2008-05-038-0/+484
| | | | SVN-Revision: 11016
* resync .24 configGabor Juhos2008-04-301-4/+5
| | | | SVN-Revision: 10990
* enable a different pseudo-vlan mode in the marvell switch (uses a ↵Felix Fietkau2008-04-291-11/+20
| | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues SVN-Revision: 10975
* naming conventionImre Kaloz2008-04-281-1/+1
| | | | SVN-Revision: 10965
* fix a typo in the previous commitGabor Juhos2008-04-271-1/+1
| | | | SVN-Revision: 10958
* enable 2.6.24 to run on ar53xxGabor Juhos2008-04-272-0/+61
| | | | SVN-Revision: 10957
* properly disable CONFIG_CRYPTO_HWNicolas Thill2008-04-272-2/+0
| | | | SVN-Revision: 10952
* remove the clz function, use fls insteadGabor Juhos2008-04-202-24/+2
| | | | SVN-Revision: 10878
* make use of the marvell switch in the atheros portFelix Fietkau2008-04-202-3/+6
| | | | SVN-Revision: 10877
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-202-0/+39
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* remove strange direct usage of dev->priv as wellGabor Juhos2008-04-201-1/+1
| | | | SVN-Revision: 10875
* use the netdev_priv() macro instead of directly accessing dev->privGabor Juhos2008-04-201-28/+26
| | | | SVN-Revision: 10874
* use stats from net_device structureGabor Juhos2008-04-202-30/+20
| | | | SVN-Revision: 10873
* nuke trailing whitespacesGabor Juhos2008-04-2013-118/+118
| | | | SVN-Revision: 10872
* make use of the adm6996 switch for atheros devices that support it ↵Felix Fietkau2008-04-202-1/+22
| | | | | | (autodetected at boot time) SVN-Revision: 10871
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-201-0/+1
| | | | | | currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869
* add missing CONFIG_GPIO_LEDS related ifdefsGabor Juhos2008-04-142-22/+26
| | | | SVN-Revision: 10835
* fix GPIO direction setup on ar5312, and fix compiler warningsGabor Juhos2008-04-131-5/+7
| | | | SVN-Revision: 10811
* fix reboot on ar5315John Crispin2008-04-031-6/+2
| | | | SVN-Revision: 10729
* add generic led support to atheros targetJohn Crispin2008-04-033-5/+52
| | | | SVN-Revision: 10728
* add gpio support to atheros, fixes #1861, thanks OthelloJohn Crispin2008-04-0317-19/+531
| | | | SVN-Revision: 10724
* Revert [10668] this was also accidentalFlorian Fainelli2008-03-271-33/+1
| | | | SVN-Revision: 10670
* Create a dummy sit package for 2.4 kernelsqFlorian Fainelli2008-03-271-1/+32
| | | | SVN-Revision: 10668
* upgrade & standardize kernel versionsImre Kaloz2008-02-111-1/+1
| | | | SVN-Revision: 10443
* increase the flash window size for ar5312 - there are apparently 5312 ↵Felix Fietkau2008-02-071-1/+1
| | | | | | devices out there with 8M flash SVN-Revision: 10409
* add missing config selectionsFelix Fietkau2008-02-031-1/+3
| | | | SVN-Revision: 10375
* implement ar2313_adjust_linkFelix Fietkau2008-02-032-13/+27
| | | | SVN-Revision: 10374
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetFelix Fietkau2008-01-3116-2/+402
| | | | SVN-Revision: 10335
* add atheros ar2313 vlan fix (thx, SeG)Felix Fietkau2008-01-241-1/+7
| | | | SVN-Revision: 10238
* Resync kernel config for atheros (#2940)Florian Fainelli2008-01-021-0/+2
| | | | SVN-Revision: 10081
* add atheros reset button fixes from #2774Felix Fietkau2007-12-131-2/+2
| | | | SVN-Revision: 9721
* make the image filenames a bit shorterFelix Fietkau2007-11-101-4/+4
| | | | SVN-Revision: 9533
* We are now at .23.1Florian Fainelli2007-10-231-1/+1
| | | | SVN-Revision: 9415
* fix b0rked atheros kernelconfigJohn Crispin2007-10-211-27/+13
| | | | SVN-Revision: 9386
* refreshed madwifi patchesJohn Crispin2007-10-201-0/+1
| | | | SVN-Revision: 9380