Gabor Juhos
9445ce43a6
generic: rtl8366: add debugfs file to show PVIDs
...
SVN-Revision: 22206
15 years ago
Gabor Juhos
9a92e1a32c
generic: rtl8366: make rtl8366_set_vlan static
...
SVN-Revision: 22205
15 years ago
Gabor Juhos
48934bbd88
generic: rtl8366: add common rtl8366_sw_{get,set}_vlan_ports functions
...
SVN-Revision: 22204
15 years ago
Gabor Juhos
d4e0b75dda
generic: rtl8366: add common rtl8366_sw_get_vlan_info
...
SVN-Revision: 22203
15 years ago
Gabor Juhos
a59fa57985
generic: rtl8366: use smi->num_ports and smi->ops->get_vlan_4k
...
SVN-Revision: 22202
15 years ago
Gabor Juhos
ce7eca2dff
generic: rtl8366: add is_vlan_valid function to smi_ops
...
SVN-Revision: 22201
15 years ago
Gabor Juhos
dffd45dc61
generic: rtl8366: add common rtl8366_sw_get_port_mib function
...
SVN-Revision: 22200
15 years ago
Gabor Juhos
0049e74882
generic: rtl8366: generealize rtl8366{s,rb}_sw_get_port_mib functions
...
SVN-Revision: 22199
15 years ago
Gabor Juhos
e110321fce
generic: rtl8366: make rtl8366_{g,s}et_pvid static
...
SVN-Revision: 22198
15 years ago
Gabor Juhos
e561b18521
generic: rtl8366: add common rtl8366_sw_{get,set}_port_pvid functions
...
SVN-Revision: 22197
15 years ago
Gabor Juhos
534480d3fb
generic: rtl8366: add setup to rtl8366_smi_ops struct
...
SVN-Revision: 22196
15 years ago
Gabor Juhos
b093cec6cc
generic: rtl8366: introduce rtl8366_smi_alloc
...
SVN-Revision: 22195
15 years ago
Gabor Juhos
c7bc8fb46c
generic: rtl8366: get rid of private rtl8366{s,rb} structs
...
SVN-Revision: 22194
15 years ago
Gabor Juhos
008c81b859
generic: rtl8366: move switch device to the rtl8366_smi struct
...
SVN-Revision: 22193
15 years ago
Gabor Juhos
5508b23aaf
generic: rtl8366: get rid of private vlan_{mc,4k} structs
...
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
15 years ago
Gabor Juhos
540b3e6419
generic: rtl8366: use SWITCH_TYPE_NOVAL for reset_mib attributes
...
SVN-Revision: 22191
15 years ago
Gabor Juhos
4bb11f9a39
generic: move ath5k_platform.h from ar71xx to generic files
...
SVN-Revision: 22189
15 years ago
Gabor Juhos
95e09cccd8
ar71xx: in-flash macs and eeprom for mach-eap7660d
...
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
15 years ago
Daniel Dickinson
17ba48cd90
target (base-files): Fixed failsafe mode by adding back insmod diag
...
SVN-Revision: 22186
15 years ago
Jo-Philipp Wich
abdf25b045
add required exports for wl.ko
...
SVN-Revision: 22174
15 years ago
Gabor Juhos
d14e9e706e
ramips: Fix bridging in ramips ethernet driver
...
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
15 years ago
Gabor Juhos
27375c5139
ramips: protect GPIO register access with a spinlock
...
SVN-Revision: 22171
15 years ago
Gabor Juhos
9ee8b1f8c6
ramips: sync kernel config
...
SVN-Revision: 22170
15 years ago
Jo-Philipp Wich
9978dd7637
export SSB fallback SPROM - required for wl.ko
...
SVN-Revision: 22168
15 years ago
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
15 years ago
Claudio Mignanti
86f3d57a00
pwm: use coherent naming to avoid conflicts
...
SVN-Revision: 22142
15 years ago
Hauke Mehrtens
91ce82ef77
kernel: Add missing kernel config options
...
SVN-Revision: 22136
15 years ago
Hauke Mehrtens
d6e8db7e6a
kernel: add missing dma_dev member to struct ssb_device to make b43/b43legacy compile with current mac80211 version
...
SVN-Revision: 22135
15 years ago
Claudio Mignanti
07ccad1f99
enable usb support by default.
...
SVN-Revision: 22129
15 years ago
Claudio Mignanti
ba56a699a9
add defautl config for eth0
...
SVN-Revision: 22128
15 years ago
Claudio Mignanti
581dfd912c
fix typo in Makefile tgz -> targz
...
SVN-Revision: 22125
15 years ago
Hauke Mehrtens
3310fdf6fa
brcm47xx: use kernel 2.6.34.1 as default kernel
...
SVN-Revision: 22119
15 years ago
Hauke Mehrtens
e2ce2feedb
kernel: update to kernel 2.6.34.1
...
SVN-Revision: 22118
15 years ago
Felix Fietkau
9c8d55541a
brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35
...
SVN-Revision: 22116
15 years ago
Felix Fietkau
fbff44c98a
Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to 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
15 years ago
Claudio Mignanti
482557bc88
fix a bug inside usb driver, thanks to Jesper Nilsson
...
SVN-Revision: 22105
15 years ago
Claudio Mignanti
63a7fad924
add some missing symbols
...
SVN-Revision: 22104
15 years ago
Hamish Guthrie
0a82d07f4b
gumstix: add luci
...
SVN-Revision: 22093
15 years ago
Hamish Guthrie
35539f9709
Add kmod-usb-hid
...
SVN-Revision: 22086
15 years ago
Hauke Mehrtens
3aa9ba520f
kernel: add missing config option found by buildbot
...
SVN-Revision: 22080
15 years ago
Felix Fietkau
36b295eefd
repair the damage that was done to the packet socket type filter patch when it was forward ported to 2.6.33 this should fix the mac80211 problems in 2.6.33 and later versions
...
SVN-Revision: 22079
15 years ago
Felix Fietkau
a27ea45e76
ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until we've figured out what part of it causes the issue described in #7563
...
SVN-Revision: 22075
15 years ago
Felix Fietkau
3e425b2cbc
add mini_fo fix to 2.6.30 as well
...
SVN-Revision: 22058
15 years ago
Felix Fietkau
3512ba10c0
mini_fo: add error pointer checks after dentry lookups to fix various crash bugs ( fixes #7277 , #7207 , #7259 )
...
SVN-Revision: 22057
15 years ago
Felix Fietkau
15b209d09f
ag71xx: reset the hardware during open(), this improves recovery from tx timeouts on ar724x considerably
...
SVN-Revision: 22055
15 years ago
Felix Fietkau
89da22d1ea
ag71xx: fix a memory corruption bug that happens if you flood the interface with packets while it's being brought down fixes boot time crashes under load reported by matteo
...
SVN-Revision: 22054
15 years ago
Gabor Juhos
86b4b5e1e9
generic: rtl8366: enable VLAN ingress filtering
...
SVN-Revision: 22044
15 years ago
Florian Fainelli
b917b09b91
refresh 2.6.34 patches
...
SVN-Revision: 22042
15 years ago
Florian Fainelli
7484ad4108
add 2.6.34 support
...
SVN-Revision: 22041
15 years ago
Florian Fainelli
a92623b92a
fix line wrapped patch
...
SVN-Revision: 22040
15 years ago