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

Commit a50e2e3f authored by John W. Linville's avatar John W. Linville Committed by David S. Miller
Browse files

[PATCH] iwlwifi: fix imcomplete conversion to print_mac API

parent 61f62253
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ u8 iwl_hw_find_station(struct iwl_priv *priv, const u8 *addr)
			goto out;
		}

	IWL_DEBUG_ASSOC_LIMIT("can not find STA " MAC_FMT " total %d\n",
	IWL_DEBUG_ASSOC_LIMIT("can not find STA %s total %d\n",
			print_mac(mac, addr), priv->num_stations);

 out: