Thread (10 messages) flat view 10 messages, 4 authors, 2021-09-25

Re: [PATCH v3 1/3] staging: vt6655: replace camel case b_short_slot_time instead of bShortSlotTime.

From: Joe Perches <joe@perches.com>
Date: 2021-09-25 08:32:15
Also in: lkml

On Sat, 2021-09-25 at 09:45 +0200, Tommaso Merciai wrote:
Signed-off-by: Tommaso Merciai <tomm.merciai@gmail.com>
[]
quoted hunk ↗ jump to hunk
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
[]
quoted hunk ↗ jump to hunk
@@ -1440,9 +1440,9 @@ static void vnt_bss_info_changed(struct ieee80211_hw *hw,
 	if (changed & BSS_CHANGED_ERP_SLOT) {
 		if (conf->use_short_slot)
-			priv->bShortSlotTime = true;
+			priv->b_short_slot_time = true;
 		else
-			priv->bShortSlotTime = false;
+			priv->b_short_slot_time = false;
A simple assignment works

		priv->b_short_slot_time = conf->use_short_slot;

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help