Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generic: rtl8366: introduce rtl8366_smi_alloc | Gabor Juhos | 2010-07-15 | 4 | -9/+20 |
| | | | | SVN-Revision: 22195 | ||||
* | generic: rtl8366: get rid of private rtl8366{s,rb} structs | Gabor Juhos | 2010-07-15 | 2 | -84/+42 |
| | | | | SVN-Revision: 22194 | ||||
* | generic: rtl8366: move switch device to the rtl8366_smi struct | Gabor Juhos | 2010-07-15 | 3 | -22/+15 |
| | | | | SVN-Revision: 22193 | ||||
* | generic: rtl8366: get rid of private vlan_{mc,4k} structs | Gabor Juhos | 2010-07-15 | 2 | -277/+148 |
| | | | | | | | | The usage of bitfields causes problems in Little-Endian mode. Remove them and manipulate the bits directly in the appropriate functions. This change also reduces the size of the binary a bit. SVN-Revision: 22192 | ||||
* | generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributes | Gabor Juhos | 2010-07-15 | 2 | -23/+7 |
| | | | | SVN-Revision: 22191 | ||||
* | generic: move ath5k_platform.h from ar71xx to generic files | Gabor Juhos | 2010-07-15 | 1 | -0/+0 |
| | | | | SVN-Revision: 22189 | ||||
* | ar71xx: in-flash macs and eeprom for mach-eap7660d | Gabor Juhos | 2010-07-15 | 3 | -3/+109 |
| | | | | | | | | | This adds in-flash mac-addresses and calibration data for the Senao EAP7660D board. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22187 | ||||
* | target (base-files): Fixed failsafe mode by adding back insmod diag | Daniel Dickinson | 2010-07-15 | 1 | -0/+8 |
| | | | | SVN-Revision: 22186 | ||||
* | add required exports for wl.ko | Jo-Philipp Wich | 2010-07-13 | 2 | -0/+68 |
| | | | | SVN-Revision: 22174 | ||||
* | ramips: Fix bridging in ramips ethernet driver | Gabor Juhos | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Bridging between the ramips ethernet driver and rt2800pci was somewhat broken. Frames received by the ethernet driver which were passed to the wifi driver for transmission were sometimes corrupted or sent out with huge delays. The reason for this is the missing assignment of skb->tail in the ramips ethernet driver's rx path resulting in skb->tail pointing to skb->data. Since skb->tail is used by mac80211 it writes into skb->data which messes up the frames content. Fix this by using skb_put to correctly set skb->len and skb->tail. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 22172 | ||||
* | ramips: protect GPIO register access with a spinlock | Gabor Juhos | 2010-07-13 | 1 | -1/+11 |
| | | | | SVN-Revision: 22171 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2010-07-13 | 2 | -22/+0 |
| | | | | SVN-Revision: 22170 | ||||
* | export SSB fallback SPROM - required for wl.ko | Jo-Philipp Wich | 2010-07-13 | 6 | -0/+120 |
| | | | | SVN-Revision: 22168 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 14 | -38/+38 |
| | | | | SVN-Revision: 22145 | ||||
* | pwm: use coherent naming to avoid conflicts | Claudio Mignanti | 2010-07-12 | 2 | -1/+1 |
| | | | | SVN-Revision: 22142 | ||||
* | kernel: Add missing kernel config options | Hauke Mehrtens | 2010-07-11 | 1 | -0/+24 |
| | | | | SVN-Revision: 22136 | ||||
* | kernel: add missing dma_dev member to struct ssb_device to make ↵ | Hauke Mehrtens | 2010-07-11 | 1 | -0/+52 |
| | | | | | | b43/b43legacy compile with current mac80211 version SVN-Revision: 22135 | ||||
* | 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 | ||||
* | fix typo in Makefile tgz -> targz | Claudio Mignanti | 2010-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 22125 | ||||
* | 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 | 6 | -6/+6 |
| | | | | 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 | ||||
* | 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 | ||||
* | gumstix: add luci | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22093 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | 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 | ||||
* | ar71xx: fix leds-rb750 build failure on 2.6.34 | Gabor Juhos | 2010-07-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 22016 | ||||
* | renamed wrt54g3gv2-vf images | Markus Wigge | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | 'factory' and 'sysupgrade' did not make much sense. A discussion with jow convinced me that .trx results in a helpdesk disaster. So I decided to use '.bin' for normal bin-headers and '.noheader.bin' for the trx-v2 image. I fixed the wiki accordingly. SVN-Revision: 22013 | ||||
* | revert upstream commit that broke PCI until we have a better fix | Florian Fainelli | 2010-07-01 | 1 | -0/+69 |
| | | | | SVN-Revision: 22010 | ||||
* | add a wifi profile for proprietary wl | Jo-Philipp Wich | 2010-07-01 | 1 | -0/+19 |
| | | | | SVN-Revision: 22009 | ||||
* | fix dir-825-b1 default network config after r21905 | Jo-Philipp Wich | 2010-07-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 22005 | ||||
* | fix commit r21994 (thanks juhosg) | Alexandros C. Couloumbis | 2010-06-30 | 2 | -2/+1 |
| | | | | SVN-Revision: 21995 | ||||
* | fix commit r21993 | Alexandros C. Couloumbis | 2010-06-30 | 16 | -0/+16 |
| | | | | SVN-Revision: 21994 | ||||
* | Don't force pci support on .34 and .35 | Claudio Mignanti | 2010-06-30 | 2 | -2/+0 |
| | | | | SVN-Revision: 21993 | ||||
* | Add board definition previously forgotten | Claudio Mignanti | 2010-06-30 | 1 | -0/+226 |
| | | | | SVN-Revision: 21991 |