Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 589c667d authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove unused struct semaphore SemHandleUpdateStats



struct semaphore SemHandleUpdateStats is defined but never used in this
driver, so just remove it.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c975f9dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2262,7 +2262,6 @@ struct wireless_dev *wilc_create_wiphy(struct net_device *net, struct device *de
	}

	priv = wdev_priv(wdev);
	sema_init(&(priv->SemHandleUpdateStats), 1);
	priv->wdev = wdev;
	wdev->wiphy->max_scan_ssids = MAX_NUM_PROBED_SSID;
#ifdef CONFIG_PM
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ struct wilc_priv {
	struct wilc_wfi_key *wilc_ptk[MAX_NUM_STA];
	u8 wilc_groupkey;
	/* semaphores */
	struct semaphore SemHandleUpdateStats;
	struct semaphore hSemScanReq;
	/*  */
	bool gbAutoRateAdjusted;