Commit 6ac29cc5 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman
Browse files

staging: wfx: drop unused attribute 'join_complete_status'

parent 4b815a9d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -361,10 +361,8 @@ static void wfx_do_join(struct wfx_vif *wvif)
	ret = hif_join(wvif, conf, wvif->channel, ssid, ssidlen);
	if (ret) {
		ieee80211_connection_loss(wvif->vif);
		wvif->join_complete_status = -1;
		wfx_do_unjoin(wvif);
	} else {
		wvif->join_complete_status = 0;
		/* Due to beacon filtering it is possible that the
		 * AP's beacon is not known for the mac80211 stack.
		 * Disable filtering temporary to make sure the stack
+0 −2
Original line number Diff line number Diff line
@@ -82,8 +82,6 @@ struct wfx_vif {

	unsigned long		uapsd_mask;

	int			join_complete_status;

	/* avoid some operations in parallel with scan */
	struct mutex		scan_lock;
	struct work_struct	scan_work;