<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-linux/drivers/staging/bcm/InterfaceInit.c, branch stable</title>
<subtitle>WireGuard for the Linux kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-linux/atom/drivers/staging/bcm/InterfaceInit.c?h=stable</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-linux/atom/drivers/staging/bcm/InterfaceInit.c?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/'/>
<updated>2014-10-20T02:30:15Z</updated>
<entry>
<title>staging: bcm: remove driver</title>
<updated>2014-10-20T02:30:15Z</updated>
<author>
<name>Jeff Kirsher</name>
<email>jeffrey.t.kirsher@intel.com</email>
</author>
<published>2014-10-15T22:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=d09e9b160fc18116942101743693f5535bc5136a'/>
<id>urn:sha1:d09e9b160fc18116942101743693f5535bc5136a</id>
<content type='text'>
The Beceem WiMAX driver was barely function in its current state
and was non-functional on 64 bit systems.  Based on repeated
statements from Greg KH that he wanted the driver removed, I am
removing the driver.

CC: Matthias Beyer &lt;mail@beyermatthias.de&gt;
CC: Kevin McKinney &lt;klmckinney1@gmail.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: fix sparse warning in module_param</title>
<updated>2014-10-20T02:29:26Z</updated>
<author>
<name>Rahul Bedarkar</name>
<email>rahulbedarkar89@gmail.com</email>
</author>
<published>2014-10-01T16:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=5d096c3b2609d894d93348e4df90a720f8645dd1'/>
<id>urn:sha1:5d096c3b2609d894d93348e4df90a720f8645dd1</id>
<content type='text'>
This patch fixes sparse warning in module_param
warning: pointer targets in return differ in signedness [-Wpointer-sign]

Signed-off-by: Rahul Bedarkar &lt;rahulbedarkar89@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: add missing blank lines after declarations</title>
<updated>2014-07-09T19:20:37Z</updated>
<author>
<name>Pawel Lebioda</name>
<email>pawel.lebioda89@gmail.com</email>
</author>
<published>2014-07-09T15:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=89fa037b82bd63b687b97e9613786ca90c9ddcf8'/>
<id>urn:sha1:89fa037b82bd63b687b97e9613786ca90c9ddcf8</id>
<content type='text'>
Fix "Missing blank line after declaration" warnings reported by
checkpatch.pl.

Signed-off-by: Pawel Lebioda &lt;pawel.lebioda89@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Line length cleanup</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=cd77fe77613649e9ca1c8ef8792290b02f1098ca'/>
<id>urn:sha1:cd77fe77613649e9ca1c8ef8792290b02f1098ca</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Shortened some lines in select_alternate_setting_for_highspeed_modem()</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=269027e95fd2a65a894e49c7c70a490b90ef85f6'/>
<id>urn:sha1:269027e95fd2a65a894e49c7c70a490b90ef85f6</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Outsourced selecting of alternate setting</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=b3110cd8cf8d2cff9f39e3e6fe8fb88ed7642105'/>
<id>urn:sha1:b3110cd8cf8d2cff9f39e3e6fe8fb88ed7642105</id>
<content type='text'>
This patch outsources a chunk of code which is for selecting an
alternate setting for highspeed modem into a new function.

Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Merged some lines which got shorter by the latest patch</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=b4ad0f04907f40a873c49e86afb034cafab16d5d'/>
<id>urn:sha1:b4ad0f04907f40a873c49e86afb034cafab16d5d</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Replaced member accessing with variable in InterfaceAdapterInit()</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=a02b67b6e7888e94403689f112cbf172f91fec6e'/>
<id>urn:sha1:a02b67b6e7888e94403689f112cbf172f91fec6e</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Replaced member accessing with variable in device_run()</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=9e58842f7654653b973007ee5894a5aa4b98f3d3'/>
<id>urn:sha1:9e58842f7654653b973007ee5894a5aa4b98f3d3</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: replaced member accessing by variable</title>
<updated>2014-06-27T01:03:47Z</updated>
<author>
<name>Matthias Beyer</name>
<email>mail@beyermatthias.de</email>
</author>
<published>2014-06-23T19:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-linux/commit/?id=3b068e54695c56882d0796c757127325b61ff61c'/>
<id>urn:sha1:3b068e54695c56882d0796c757127325b61ff61c</id>
<content type='text'>
Signed-off-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
