<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/bcm/HandleControlPacket.c, branch v3.6</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.</title>
<updated>2012-06-05T04:09:22+00:00</updated>
<author>
<name>Kevin McKinney</name>
<email>klmckinney1@gmail.com</email>
</author>
<published>2012-05-26T16:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=2979460d7aba1dac3452edcacd7b8c4cfcf06067'/>
<id>2979460d7aba1dac3452edcacd7b8c4cfcf06067</id>
<content type='text'>
This patch removes typedef for _MINI_ADAPTER, changes the
name of the struct from _MINI_ADAPTER to bcm_mini_adapter.
In addition, any calls to the following typedefs
"MINI_ADAPTER, *PMINI_ADAPTER" are changed to call
the struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes typedef for _MINI_ADAPTER, changes the
name of the struct from _MINI_ADAPTER to bcm_mini_adapter.
In addition, any calls to the following typedefs
"MINI_ADAPTER, *PMINI_ADAPTER" are changed to call
the struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.</title>
<updated>2012-06-05T04:08:09+00:00</updated>
<author>
<name>Kevin McKinney</name>
<email>klmckinney1@gmail.com</email>
</author>
<published>2012-05-26T16:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=774bea8314c3fa59a977e64114286d6e3341b7cc'/>
<id>774bea8314c3fa59a977e64114286d6e3341b7cc</id>
<content type='text'>
This patch removes typedef for _PER_TARANG_DATA,
changes the name of the struct from
_PER_TARANG_DATA to bcm_per_tarang_data.
In addition, any calls to the following typedefs
"PER_TARANG_DATA, *PPER_TARANG_DATA" are
changed to call the struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch removes typedef for _PER_TARANG_DATA,
changes the name of the struct from
_PER_TARANG_DATA to bcm_per_tarang_data.
In addition, any calls to the following typedefs
"PER_TARANG_DATA, *PPER_TARANG_DATA" are
changed to call the struct directly.

Signed-off-by: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: bcm: HandleControlPacket.c: breaking of long lines</title>
<updated>2011-12-13T00:49:26+00:00</updated>
<author>
<name>Johannes Tenschert</name>
<email>Johannes.Tenschert@informatik.stud.uni-erlangen.de</email>
</author>
<published>2011-12-09T19:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=641b4bb5f1c51a68f5aec7d3b47c96b39820b105'/>
<id>641b4bb5f1c51a68f5aec7d3b47c96b39820b105</id>
<content type='text'>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: bcm: HandleControlPacket.c: fix parens/braces</title>
<updated>2011-12-13T00:49:25+00:00</updated>
<author>
<name>Johannes Tenschert</name>
<email>Johannes.Tenschert@informatik.stud.uni-erlangen.de</email>
</author>
<published>2011-12-09T19:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=8b34a1fb1e3f35eb4c9efa1d8df90d2b17332547'/>
<id>8b34a1fb1e3f35eb4c9efa1d8df90d2b17332547</id>
<content type='text'>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: bcm: HandleControlPacket.c: fix comments</title>
<updated>2011-12-13T00:49:24+00:00</updated>
<author>
<name>Johannes Tenschert</name>
<email>Johannes.Tenschert@informatik.stud.uni-erlangen.de</email>
</author>
<published>2011-12-09T19:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=77eb7585db287d2323fe60cfe57f3c6a5cdf8787'/>
<id>77eb7585db287d2323fe60cfe57f3c6a5cdf8787</id>
<content type='text'>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: bcm: HandleControlPacket.c: fix indentation</title>
<updated>2011-12-13T00:49:24+00:00</updated>
<author>
<name>Johannes Tenschert</name>
<email>Johannes.Tenschert@informatik.stud.uni-erlangen.de</email>
</author>
<published>2011-12-09T19:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=efa6f862d3d18723d720c8777b2a98e8a3277195'/>
<id>efa6f862d3d18723d720c8777b2a98e8a3277195</id>
<content type='text'>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: bcm: HandleControlPacket.c: fix whitespaces</title>
<updated>2011-12-13T00:49:23+00:00</updated>
<author>
<name>Johannes Tenschert</name>
<email>Johannes.Tenschert@informatik.stud.uni-erlangen.de</email>
</author>
<published>2011-12-09T19:38:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=dd751d2a2bbd619081074d25f3f2ebcb1fb29b9e'/>
<id>dd751d2a2bbd619081074d25f3f2ebcb1fb29b9e</id>
<content type='text'>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Johannes Tenschert &lt;Johannes.Tenschert@informatik.stud.uni-erlangen.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>beceem: dump control packet information</title>
<updated>2010-11-01T18:10:41+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-01T18:09:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=349fa79498df313c70e2a4b7c16688be0a91dd0b'/>
<id>349fa79498df313c70e2a4b7c16688be0a91dd0b</id>
<content type='text'>
Add control packet information is useful for debugging.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add control packet information is useful for debugging.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>beceem: make local functions static</title>
<updated>2010-11-01T16:37:05+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-01T16:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=9dd47ee7dd535649a2c32d509631c7a3d793f2e1'/>
<id>9dd47ee7dd535649a2c32d509631c7a3d793f2e1</id>
<content type='text'>
Use namespace tool from kernel scripts to identify dead code and
functions that should be static.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use namespace tool from kernel scripts to identify dead code and
functions that should be static.

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>beceem: remove dead code</title>
<updated>2010-11-01T13:54:43+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-01T04:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=3644c1a2f12b15e1c8bfb9ebfaacbd177011a72d'/>
<id>3644c1a2f12b15e1c8bfb9ebfaacbd177011a72d</id>
<content type='text'>
Remove commented out with '#if 0'

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove commented out with '#if 0'

Signed-off-by: Stephen Hemminger &lt;shemminger@vyatta.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
