소스 검색

[PATCH] iwlwifi: fix imcomplete conversion to print_mac API

Signed-off-by: John W. Linville <linville@tuxdriver.com>
John W. Linville 18 년 전
부모
커밋
a50e2e3f3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/net/wireless/iwlwifi/iwl-4965.c

+ 1 - 1
drivers/net/wireless/iwlwifi/iwl-4965.c

@@ -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: