<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/vt6655/dpc.c, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2024-10-11T04:35:44Z</updated>
<entry>
<title>staging: vt6655: Remove unused driver</title>
<updated>2024-10-11T04:35:44Z</updated>
<author>
<name>Philipp Hortmann</name>
<email>philipp.g.hortmann@gmail.com</email>
</author>
<published>2024-10-10T16:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5062f8f52519346517758273d2984d2ce5d981ca'/>
<id>urn:sha1:5062f8f52519346517758273d2984d2ce5d981ca</id>
<content type='text'>
Forest Bond contributed this driver in 2009.

The following reasons lead to the removal:
- This driver generates maintenance workload
- This driver has a maximum 54MBit/s as it supports only 802.11 b/g.
  Peak throughput is 3MBytes/s but this lasts only for a second.
  Typically throughput is 1.7MBytes/s.
- Depending on the number of devices on the channel the device looses
  connection and cannot reconnect for 5-60 seconds. Watching a youtube
  video is OK because of the buffer. But surfing can then be really a
  pain.
- Its form factor is mini PCI (not miniPCIe) that is old and large.
- Hardly not to buy.

Link: https://lore.kernel.org/linux-staging/2024100923-player-directive-ffa8@gregkh/T/#t
Signed-off-by: Philipp Hortmann &lt;philipp.g.hortmann@gmail.com&gt;
Link: https://lore.kernel.org/r/20241010164221.13392-1-philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: Rename variable byBBPreEDRSSI</title>
<updated>2023-10-17T13:40:16Z</updated>
<author>
<name>Gilbert Adikankwu</name>
<email>gilbertadikankwu@gmail.com</email>
</author>
<published>2023-10-16T22:58:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=def3d547940c400d3d21c55e076e3b1498e43f94'/>
<id>urn:sha1:def3d547940c400d3d21c55e076e3b1498e43f94</id>
<content type='text'>
Remove byte Type encoding "by" from variable name and replace camelcase
with snakecase.

Mute checkpatch error:

CHECK: Avoid CamelCase: &lt;byBBPreEDRSSI&gt;

Signed-off-by: Gilbert Adikankwu &lt;gilbertadikankwu@gmail.com&gt;
Link: https://lore.kernel.org/r/d525f5837bb343001447646fe17746370256694f.1697495598.git.gilbertadikankwu@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: refactor camelcase uCurrRSSI to current_rssi</title>
<updated>2021-12-03T14:08:30Z</updated>
<author>
<name>Alberto Merciai</name>
<email>alb3rt0.m3rciai@gmail.com</email>
</author>
<published>2021-11-27T10:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7988cf07e7bf63a3dc7aee245e8a06a8e0bcb149'/>
<id>urn:sha1:7988cf07e7bf63a3dc7aee245e8a06a8e0bcb149</id>
<content type='text'>
Replace camelcase variable "uCurrRSSI" (current Received Signal Strength
Indicator) into linux kernel coding style equivalent
variable "current_rssi".

Signed-off-by: Alberto Merciai &lt;alb3rt0.m3rciai@gmail.com&gt;
Link: https://lore.kernel.org/r/20211127100807.3113388-1-alb3rt0.m3rciai@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: fix camelcase in byLocalID</title>
<updated>2021-10-13T12:25:52Z</updated>
<author>
<name>Tommaso Merciai</name>
<email>tomm.merciai@gmail.com</email>
</author>
<published>2021-10-10T21:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e9c1caea96599a3d7e1918e1c342f905436759cb'/>
<id>urn:sha1:e9c1caea96599a3d7e1918e1c342f905436759cb</id>
<content type='text'>
Replace camel case variable name for variable byLocalID
with snake case equivalent.

Signed-off-by: Tommaso Merciai &lt;tomm.merciai@gmail.com&gt;
Link: https://lore.kernel.org/r/20211010220014.148785-1-tomm.merciai@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: remove filename from dpc.c</title>
<updated>2021-07-27T13:22:15Z</updated>
<author>
<name>Lucas Henneman</name>
<email>lucas.henneman@linaro.org</email>
</author>
<published>2021-07-23T14:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=eee245f5d707f4be2c8592790f15128116a60c3e'/>
<id>urn:sha1:eee245f5d707f4be2c8592790f15128116a60c3e</id>
<content type='text'>
This patch resolves checkpatch's warning, "It's generally not useful to
have the filename in the file" for dpc.c.

Signed-off-by: Lucas Henneman &lt;lucas.henneman@linaro.org&gt;
Link: https://lore.kernel.org/r/20210723144340.15787-9-lucas.henneman@linaro.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: remove some redundant variables</title>
<updated>2018-07-11T12:47:08Z</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2018-07-11T11:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d6ff1b52b569dc12ba5be027bc6c22f4ac0f4ce1'/>
<id>urn:sha1:d6ff1b52b569dc12ba5be027bc6c22f4ac0f4ce1</id>
<content type='text'>
Variables rx_sts, sq, frame and is_pspoll are being assigned but are
never used hence they are redundant and can be removed.

Cleans up clang warnings:
warning: variable 'sq' set but not used [-Wunused-but-set-variable]
warning: variable 'rx_sts' set but not used [-Wunused-but-set-variable]
warning: variable 'frame' set but not used [-Wunused-but-set-variable]
warning: variable 'is_pspoll' set but not used [-Wunused-but-set-variable]

Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: Remove redundant license text</title>
<updated>2017-11-28T12:20:47Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-11-07T20:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dbc9f36cf7bc6d431c63c4785ad3c4bc0f306588'/>
<id>urn:sha1:dbc9f36cf7bc6d431c63c4785ad3c4bc0f306588</id>
<content type='text'>
Now that the SPDX tag is in all vt6655 files, that identifies the
license in a specific and legally-defined manner.  So the extra GPL text
wording can be removed as it is no longer needed at all.

This is done on a quest to remove the 700+ different ways that files in
the kernel describe the GPL license text.  And there's unneeded stuff
like the address (sometimes incorrect) for the FSF which is never
needed.

No copyright headers or other non-license-description text was removed.

Cc: Forest Bond &lt;forest@alittletooquiet.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: add SPDX identifiers to all vt6655 driver files</title>
<updated>2017-11-28T12:20:47Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2017-11-07T20:07:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d7c43082fc0d178a29a7ea1dcc9729abd38c7cf8'/>
<id>urn:sha1:d7c43082fc0d178a29a7ea1dcc9729abd38c7cf8</id>
<content type='text'>
It's good to have SPDX identifiers in all files to make it easier to
audit the kernel tree for correct licenses.

Update the vt6655 driver files with the correct SPDX license identifier
based on the license text in the file itself.  The SPDX identifier is a
legally binding shorthand, which can be used instead of the full boiler
plate text.

This work is based on a script and data from Thomas Gleixner, Philippe
Ombredanne, and Kate Stewart.

Cc: Forest Bond &lt;forest@alittletooquiet.net&gt;
Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Cc: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;
Cc: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: Removes the FSF mailing address.</title>
<updated>2016-10-16T08:26:28Z</updated>
<author>
<name>Varsha Rao</name>
<email>rvarsha016@gmail.com</email>
</author>
<published>2016-10-11T13:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=21971f3e0e558db280c9b01d461364e8442d0ef9'/>
<id>urn:sha1:21971f3e0e558db280c9b01d461364e8442d0ef9</id>
<content type='text'>
This patch fixes the checkpatch issue by removing the Free Software
Foundation's mailing address from the sample GPL notice. Because the FSF
has changed address in the past, and may change again. Linux already
includes a copy of the GPL.

Signed-off-by: Varsha Rao &lt;rvarsha016@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: vt6655: replace typedef struct tagSRxDesc</title>
<updated>2015-09-13T01:24:26Z</updated>
<author>
<name>Malcolm Priestley</name>
<email>tvboxspy@gmail.com</email>
</author>
<published>2015-08-15T20:57:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9cb693f6f326ddf8f9df9c2bb3302048a919b394'/>
<id>urn:sha1:9cb693f6f326ddf8f9df9c2bb3302048a919b394</id>
<content type='text'>
with struct vnt_rx_desc and all members the same.

volatile is removed from pointers as this generates warning
message.

Only the first four members of vnt_rx_desc need to be volatile.

Signed-off-by: Malcolm Priestley &lt;tvboxspy@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
