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:
parent
31f8da6331
commit
9885474d45
|
@ -599,9 +599,7 @@ static int wfx_update_tim(struct wfx_vif *wvif)
|
|||
tim_ptr = skb->data + tim_offset;
|
||||
|
||||
if (tim_offset && tim_length >= 6) {
|
||||
/* Ignore DTIM count from mac80211:
|
||||
* firmware handles DTIM internally.
|
||||
*/
|
||||
/* Firmware handles DTIM counter internally */
|
||||
tim_ptr[2] = 0;
|
||||
|
||||
/* Set/reset aid0 bit */
|
||||
|
|
Loading…
Reference in New Issue