summaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/drivers/net
Commit message (Collapse)AuthorAgeFilesLines
* [atheros]: move files for kernel 2.6.26 to a special directory.hauke2009-02-204-1751/+0
| | | | | | | In kernel 2.6.28 the directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: instead of resetting the ethernet core on ifup, only upload the new ↵nbd2008-12-281-1/+13
| | | | | | mac address. fixes a tx regression on various devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: reset ethernet mac when running ifconfig eth0 up, so that changing ↵nbd2008-12-221-0/+3
| | | | | | the mac address works git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the NETIF_F_HW_CSUM flag from the ar2313 ethernet driver as it seems ↵nbd2008-05-071-1/+1
| | | | | | to be causing problems for various devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] remove strange direct usage of dev->priv as welljuhosg2008-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] use the netdev_priv() macro instead of directly accessing dev->privjuhosg2008-04-201-28/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] use stats from net_device structurejuhosg2008-04-202-30/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] nuke trailing whitespacesjuhosg2008-04-203-39/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10872 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement ar2313_adjust_linknbd2008-02-032-13/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetnbd2008-01-311-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add atheros ar2313 vlan fix (thx, SeG)nbd2008-01-241-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [9298] was b0rkedblogic2007-10-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9299 3c298f89-4303-0410-b956-a3cf2f4a3e73
* converted atheros ethernet driver to phy layerblogic2007-10-141-198/+127
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-064-0/+1797
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73