Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove strange direct usage of dev->priv as well | Gabor Juhos | 2008-04-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 10875 | ||||
* | use the netdev_priv() macro instead of directly accessing dev->priv | Gabor Juhos | 2008-04-20 | 1 | -28/+26 |
| | | | | SVN-Revision: 10874 | ||||
* | use stats from net_device structure | Gabor Juhos | 2008-04-20 | 2 | -30/+20 |
| | | | | SVN-Revision: 10873 | ||||
* | nuke trailing whitespaces | Gabor Juhos | 2008-04-20 | 13 | -118/+118 |
| | | | | SVN-Revision: 10872 | ||||
* | add missing CONFIG_GPIO_LEDS related ifdefs | Gabor Juhos | 2008-04-14 | 2 | -22/+26 |
| | | | | SVN-Revision: 10835 | ||||
* | fix GPIO direction setup on ar5312, and fix compiler warnings | Gabor Juhos | 2008-04-13 | 1 | -5/+7 |
| | | | | SVN-Revision: 10811 | ||||
* | fix reboot on ar5315 | John Crispin | 2008-04-03 | 1 | -6/+2 |
| | | | | SVN-Revision: 10729 | ||||
* | add generic led support to atheros target | John Crispin | 2008-04-03 | 2 | -4/+49 |
| | | | | SVN-Revision: 10728 | ||||
* | add gpio support to atheros, fixes #1861, thanks Othello | John Crispin | 2008-04-03 | 13 | -13/+520 |
| | | | | SVN-Revision: 10724 | ||||
* | increase the flash window size for ar5312 - there are apparently 5312 ↵ | Felix Fietkau | 2008-02-07 | 1 | -1/+1 |
| | | | | | | devices out there with 8M flash SVN-Revision: 10409 | ||||
* | implement ar2313_adjust_link | Felix Fietkau | 2008-02-03 | 2 | -13/+27 |
| | | | | SVN-Revision: 10374 | ||||
* | port atheros to 2.6.24 (untested), but do not use the new kernel by default yet | Felix Fietkau | 2008-01-31 | 5 | -2/+38 |
| | | | | SVN-Revision: 10335 | ||||
* | add atheros ar2313 vlan fix (thx, SeG) | Felix Fietkau | 2008-01-24 | 1 | -1/+7 |
| | | | | SVN-Revision: 10238 | ||||
* | add atheros reset button fixes from #2774 | Felix Fietkau | 2007-12-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 9721 | ||||
* | don't dispatch spurious irq0 events | Felix Fietkau | 2007-10-18 | 2 | -4/+0 |
| | | | | SVN-Revision: 9347 | ||||
* | was b0rked | John Crispin | 2007-10-14 | 1 | -0/+3 |
| | | | | SVN-Revision: 9299 | ||||
* | converted atheros ethernet driver to phy layer | John Crispin | 2007-10-14 | 1 | -198/+127 |
| | | | | SVN-Revision: 9298 | ||||
* | move atheros to 2.6.23 | John Crispin | 2007-10-11 | 1 | -0/+2 |
| | | | | SVN-Revision: 9265 | ||||
* | added option to atheros kernel to be able to disable reset button from ↵ | John Crispin | 2007-09-23 | 2 | -2/+21 |
| | | | | | | inside the fon mp3 driver SVN-Revision: 8969 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 22 | -0/+5339 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |