<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/wimax, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/wimax?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/wimax?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2021-03-20T12:40:33Z</updated>
<entry>
<title>staging: wimax: delete from the tree.</title>
<updated>2021-03-20T12:40:33Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2021-03-18T09:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=18507b8f63101949f4a931fc904c37ea10407f7c'/>
<id>urn:sha1:18507b8f63101949f4a931fc904c37ea10407f7c</id>
<content type='text'>
As stated in f54ec58fee83 ("wimax: move out to staging"), the wimax code
is dead with no known users.  It has stayed in staging for 5 months,
with no one willing to take up the codebase for maintance and support,
so let's just remove it entirely for now.

If someone comes along and wants to revive it, a simple revert of this
patch is a good place to start.

Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;
Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: Johannes Berg &lt;johannes@sipsolutions.net&gt;
Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Cc: "David S. Miller" &lt;davem@davemloft.net&gt;
Cc: "Gustavo A. R. Silva" &lt;gustavoars@kernel.org&gt;
Cc: Wang Hai &lt;wanghai38@huawei.com&gt;
Cc: Lee Jones &lt;lee.jones@linaro.org&gt;
Cc: Colin Ian King &lt;colin.king@canonical.com&gt;
Cc: Anirudh Rayabharam &lt;mail@anirudhrb.com&gt;
Cc: Kumar Kartikeya Dwivedi &lt;memxor@gmail.com&gt;
Cc: Hemansh Agnihotri &lt;hemanshagnihotri27@gmail.com&gt;
Cc: Ayush &lt;ayush@disroot.org&gt;
Cc: Xin Tan &lt;tanxin.ctf@gmail.com&gt;
Cc: Xiyu Yang &lt;xiyuyang19@fudan.edu.cn&gt;
Cc: Shannon Nelson &lt;snelson@pensando.io&gt;
Link: https://lore.kernel.org/r/20210318093315.694404-1-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: i2400m: Mundane typo fix in the file driver.c</title>
<updated>2021-03-18T09:17:10Z</updated>
<author>
<name>Bhaskar Chowdhury</name>
<email>unixbhaskar@gmail.com</email>
</author>
<published>2021-03-17T09:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=29420aeb4c66e303ac211c5b880275822409c68c'/>
<id>urn:sha1:29420aeb4c66e303ac211c5b880275822409c68c</id>
<content type='text'>
s/procesing/processing/

Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;
Signed-off-by: Bhaskar Chowdhury &lt;unixbhaskar@gmail.com&gt;
Link: https://lore.kernel.org/r/20210317092624.1138207-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: fix quoted string split across lines in op-rfkill.c</title>
<updated>2021-03-14T15:59:24Z</updated>
<author>
<name>Gabriele Modena</name>
<email>gabriele.modena@gmail.com</email>
</author>
<published>2021-03-13T17:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=dff20ceb9116be0c5ddd9591bce648ecc6281abb'/>
<id>urn:sha1:dff20ceb9116be0c5ddd9591bce648ecc6281abb</id>
<content type='text'>
This commit fixes the following checkpatch.pl warning:

WARNING: quoted string split across lines
+		dev_err(dev, "WIMAX_GNL_RFKILL: can't find RFKILL_STATE "
+			"attribute\n");

Signed-off-by: Gabriele Modena &lt;gabriele.modena@gmail.com&gt;
Link: https://lore.kernel.org/r/590fcf33a97025019e5c3b3a915fec9bbe24aa4c.1615652628.git.gabriele.modena@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: add a blank line after declaration in op-rfkill.c</title>
<updated>2021-03-14T15:59:24Z</updated>
<author>
<name>Gabriele Modena</name>
<email>gabriele.modena@gmail.com</email>
</author>
<published>2021-03-13T17:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=23df3c40da780a146767f5ad3d3883e3f77d6fff'/>
<id>urn:sha1:23df3c40da780a146767f5ad3d3883e3f77d6fff</id>
<content type='text'>
This commit fixes the following checkpatch.pl warning:

WARNING: Missing a blank line after declarations
+	struct device *dev = wimax_dev_to_dev(wimax_dev);
+	d_fnstart(3, dev, "(wimax_dev %p)\n", wimax_dev);

Signed-off-by: Gabriele Modena &lt;gabriele.modena@gmail.com&gt;
Link: https://lore.kernel.org/r/1ee3795245816a81609749c82c3d369ea0cbf466.1615652628.git.gabriele.modena@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: fix block comment style check in op-rfkill.c</title>
<updated>2021-03-14T15:59:24Z</updated>
<author>
<name>Gabriele Modena</name>
<email>gabriele.modena@gmail.com</email>
</author>
<published>2021-03-13T17:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=49b47c9e656c94502441c5c1b9827f4812b78918'/>
<id>urn:sha1:49b47c9e656c94502441c5c1b9827f4812b78918</id>
<content type='text'>
This commit fixes the following checkpatch.pl warning:

WARNING: Block comments use a trailing */ on a separate line
+		 * considering the radios are all off. */

Signed-off-by: Gabriele Modena &lt;gabriele.modena@gmail.com&gt;
Link: https://lore.kernel.org/r/752f22ec19c8e5bc249589ca4c5edef770396aff.1615652628.git.gabriele.modena@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: i2400m: Mundane typos fix in the file tx.c</title>
<updated>2021-03-12T16:31:32Z</updated>
<author>
<name>Bhaskar Chowdhury</name>
<email>unixbhaskar@gmail.com</email>
</author>
<published>2021-03-12T11:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=55c9731662b8bf0bc48aabdbf9f54d779bc072a1'/>
<id>urn:sha1:55c9731662b8bf0bc48aabdbf9f54d779bc072a1</id>
<content type='text'>
s/exahusted/exhausted/
s/caleed/called/

Signed-off-by: Bhaskar Chowdhury &lt;unixbhaskar@gmail.com&gt;
Link: https://lore.kernel.org/r/20210312114207.3624-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: i2400m: fix some incorrect type warnings</title>
<updated>2021-03-10T08:25:33Z</updated>
<author>
<name>Darryl T. Agostinelli</name>
<email>dagostinelli@gmail.com</email>
</author>
<published>2021-03-08T14:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=60df0e7aaa70cbf86c7cdbbced048572a36017c3'/>
<id>urn:sha1:60df0e7aaa70cbf86c7cdbbced048572a36017c3</id>
<content type='text'>
Fix some "incorrect type in assignment" warnings reported by sparse in fw.c

sparse warnings:
wimax/i2400m/fw.c:266:27: warning: cast to restricted __le32
wimax/i2400m/fw.c:266:25: warning: incorrect type in assignment (different base types)
wimax/i2400m/fw.c:267:27: warning: cast to restricted __le32
wimax/i2400m/fw.c:267:25: warning: incorrect type in assignment (different base types)
wimax/i2400m/fw.c:268:27: warning: cast to restricted __le32
wimax/i2400m/fw.c:268:25: warning: incorrect type in assignment (different base types)
wimax/i2400m/fw.c:269:27: warning: cast to restricted __le32
wimax/i2400m/fw.c:269:25: warning: incorrect type in assignment (different base types)

Signed-off-by: Darryl T. Agostinelli &lt;dagostinelli@gmail.com&gt;
Link: https://lore.kernel.org/r/20210308144839.2364329-1-dagostinelli@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax/i2400m: convert __le32 type to host byte-order</title>
<updated>2021-03-10T08:25:33Z</updated>
<author>
<name>karthik alapati</name>
<email>mail@karthek.com</email>
</author>
<published>2021-02-21T15:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a9b0abf7a7bc75a68221564c3d2ab6ff90236062'/>
<id>urn:sha1:a9b0abf7a7bc75a68221564c3d2ab6ff90236062</id>
<content type='text'>
fix sparse type warning by converting __le32 types
to host byte-order types before comparison

Signed-off-by: karthik alapati &lt;mail@karthek.com&gt;
Link: https://lore.kernel.org/r/87f93e091f736cb422f1d557fa5a2ac752f057a8.1613921277.git.mail@karthek.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax/i2400m: fix byte-order issue</title>
<updated>2021-03-10T08:25:33Z</updated>
<author>
<name>karthik alapati</name>
<email>mail@karthek.com</email>
</author>
<published>2021-02-21T15:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0c37baae130df39b19979bba88bde2ee70a33355'/>
<id>urn:sha1:0c37baae130df39b19979bba88bde2ee70a33355</id>
<content type='text'>
fix sparse byte-order warnings by converting host byte-order
type to __le16 byte-order types before assigning to hdr.length

Signed-off-by: karthik alapati &lt;mail@karthek.com&gt;
Link: https://lore.kernel.org/r/0ae5c5c4c646506d8be871e7be5705542671a1d5.1613921277.git.mail@karthek.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: wimax: fix code style issues</title>
<updated>2021-03-10T08:25:29Z</updated>
<author>
<name>Hassan Shahbazi</name>
<email>h.shahbazi.git@gmail.com</email>
</author>
<published>2021-02-23T06:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=305c9947ccaf2441fda6149a6120b437a352b2d4'/>
<id>urn:sha1:305c9947ccaf2441fda6149a6120b437a352b2d4</id>
<content type='text'>
Fixes 'WARNING: Missing a blank line after declarations' generated by
checkpatch.pl script.

Signed-off-by: Hassan Shahbazi &lt;h.shahbazi.git@gmail.com&gt;
Link: https://lore.kernel.org/r/20210223064227.62631-1-h.shahbazi.git@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
