<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openwrt/target/linux, branch attitude</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/openwrt/atom?h=attitude</id>
<link rel='self' href='https://git.bnewbold.net/openwrt/atom?h=attitude'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/'/>
<updated>2012-12-24T09:13:58Z</updated>
<entry>
<title>AA: ramips: fix ASUS WL-330N3G MAC address</title>
<updated>2012-12-24T09:13:58Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-24T09:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=8f34a8924d89009e3ff62567017912d736e6fb7c'/>
<id>urn:sha1:8f34a8924d89009e3ff62567017912d736e6fb7c</id>
<content type='text'>
Backport of r34877.

The ASUS WL-330N and WL-330N3G has the MAC address stored at
offset 4, not 40. This is verified by reading original ASUS
firmware GPL_WL-330N3G_source.1028/user/rc/common_ex.c and
GPL_WL-330N_source.1021/user/rc/common_ex.c.

Tested on WL-330N3G, it now gets the same MAC as is printed on
the label on the router.

Signed-off-by: Jan Kardell &lt;jan.kardell@arkub.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34879 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: ramips: fix wifi EEPROM extraction on DIR-615-Dx models</title>
<updated>2012-12-24T09:13:56Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-24T09:13:56Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=c3ac3b61f74f74cd8cbccf49b82f895a9e53ed55'/>
<id>urn:sha1:c3ac3b61f74f74cd8cbccf49b82f895a9e53ed55</id>
<content type='text'>
Backport of r34876.

Patch from #12636.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34878 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: kernel: add solos-pci update for 3.3</title>
<updated>2012-12-21T10:41:22Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-21T10:41:22Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=a1d0cf7a934f7e2810d00fb3deb60f90982b34ce'/>
<id>urn:sha1:a1d0cf7a934f7e2810d00fb3deb60f90982b34ce</id>
<content type='text'>
Backport of r34813.

Same patches that I just merged for 3.6 and 3.7, except with one
additional fix that went into v3.4 that needed to be included.

Submitted more for the benefit of the AA branch than for trunk.

[juhosg: refresh the patch with quilt]

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34814 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: kernel: fix solos-pci skb double-free in DMA mode</title>
<updated>2012-12-13T18:46:25Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-13T18:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=e363f1c071b5962b9582ee0fa3261a531cdf67e5'/>
<id>urn:sha1:e363f1c071b5962b9582ee0fa3261a531cdf67e5</id>
<content type='text'>
Backport of r34667.

[juhosg: refresh the patches with quilt]

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34668 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: ramips: fix serial console for Belkin F5D8235 v1/v2</title>
<updated>2012-12-02T14:18:26Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-02T14:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=f818e046cd447530234a6b30031b997d578a1f62'/>
<id>urn:sha1:f818e046cd447530234a6b30031b997d578a1f62</id>
<content type='text'>
Backport of r34445.

Based on a patch from #12533.

Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34446 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: Update linux-atm fixes to reflect the final upstream pull request</title>
<updated>2012-12-02T13:14:27Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-12-02T13:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=084552097cf0295305fc60e38b4b8610ebf38620'/>
<id>urn:sha1:084552097cf0295305fc60e38b4b8610ebf38620</id>
<content type='text'>
Backport of r34443.

[juhosg: refresh the patches with quilt]

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34444 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: [ar7] add back symbols accidentally removed in r34428</title>
<updated>2012-11-30T09:10:12Z</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-11-30T09:10:12Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=b4241cf1035608da129880ecac41d68168fc5536'/>
<id>urn:sha1:b4241cf1035608da129880ecac41d68168fc5536</id>
<content type='text'>
Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;


git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34429 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: [ar7] use a default kernel command-line to mount squashfs and jffs2</title>
<updated>2012-11-30T09:08:21Z</updated>
<author>
<name>florian</name>
<email>florian@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-11-30T09:08:21Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=7faec602be4584c0d68ffade12024ba64ef58c95'/>
<id>urn:sha1:7faec602be4584c0d68ffade12024ba64ef58c95</id>
<content type='text'>
This fixes bug #9055. Backport of r34424.

Signed-off-by: Florian Fainelli &lt;florian@openwrt.org&gt;



git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34428 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: kernel: Fix 8139cp ring buffer initialisation, tx timeout recovery, add BQL</title>
<updated>2012-11-29T18:02:30Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-11-29T18:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=2984bd29a9951671dd3bd002fe62c9fbc7ff9a79'/>
<id>urn:sha1:2984bd29a9951671dd3bd002fe62c9fbc7ff9a79</id>
<content type='text'>
Backport of r34415.

Patches queued upstream in net-next.git

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34416 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>AA: kernel: Add ATM fixes pending upstream merge (queue reduction, race fixes)</title>
<updated>2012-11-29T17:50:03Z</updated>
<author>
<name>juhosg</name>
<email>juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73</email>
</author>
<published>2012-11-29T17:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/openwrt/commit/?id=8fac546cd7c54687a4a201a90a1ca84d3f7a3ce7'/>
<id>urn:sha1:8fac546cd7c54687a4a201a90a1ca84d3f7a3ce7</id>
<content type='text'>
Backport of r34410.

Patches about to go into net-next.git

Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;
Signed-off-by: Gabor Juhos &lt;juhosg@openwrt.org&gt;

git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34413 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
</feed>
