staging: wfx: reformat comment

The new comment takes only one line instead of three.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20210913130203.1903622-27-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jérôme Pouiller 2021-09-13 15:01:57 +02:00 committed by Greg Kroah-Hartman
parent 31f8da6331
commit 9885474d45
1 changed files with 1 additions and 3 deletions

View File

@ -599,9 +599,7 @@ static int wfx_update_tim(struct wfx_vif *wvif)
tim_ptr = skb->data + tim_offset; tim_ptr = skb->data + tim_offset;
if (tim_offset && tim_length >= 6) { if (tim_offset && tim_length >= 6) {
/* Ignore DTIM count from mac80211: /* Firmware handles DTIM counter internally */
* firmware handles DTIM internally.
*/
tim_ptr[2] = 0; tim_ptr[2] = 0;
/* Set/reset aid0 bit */ /* Set/reset aid0 bit */