Commit 73e456b4 authored by Liu Jing's avatar Liu Jing Committed by Kalle Valo
Browse files

wifi: qtnfmac: fix spelling error in core.h

parent b2082124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ struct qtnf_wmac {
	struct qtnf_mac_info macinfo;
	struct qtnf_vif iflist[QTNF_MAX_INTF];
	struct cfg80211_scan_request *scan_req;
	struct mutex mac_lock;	/* lock during wmac speicific ops */
	struct mutex mac_lock;	/* lock during wmac specific ops */
	struct delayed_work scan_timeout;
	struct ieee80211_regdomain *rd;
	struct platform_device *pdev;