* [ath9k-devel] [PATCH] ath10k: remove static mac address mask
@ 2013-05-16 8:52 Michal Kazior
2013-05-21 18:55 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Michal Kazior @ 2013-05-16 8:52 UTC (permalink / raw)
To: ath9k-devel
FW can dynamically adjust to multiple mac
addresses. It reports it's preferred base mac
address, but we can freely create derivative
addresses for vdevs.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
---
drivers/net/wireless/ath/ath10k/wmi.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c
index 0d5070d..895567b 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.c
+++ b/drivers/net/wireless/ath/ath10k/wmi.c
@@ -907,14 +907,6 @@ static int ath10k_wmi_ready_event_rx(struct ath10k *ar, struct sk_buff *skb)
memcpy(ar->mac_addr, ev->mac_addr.addr, ETH_ALEN);
- /* FIXME: FW should report possible addresses we can use. This is a
- * development workaround. wpa_supplicant generates addresses
- * that do not work with the FW without this. Once this is
- * submitted upstream we should either get rid of this either by
- * reducing functionality or forcing FW team to take action. */
- memcpy(ar->hw->wiphy->perm_addr, ev->mac_addr.addr, ETH_ALEN);
- memcpy(ar->hw->wiphy->addr_mask, "\x00\x00\x00\xFF\xFF\xFF", ETH_ALEN);
-
ath10k_dbg(ATH10K_DBG_WMI,
"wmi event ready sw_version %u abi_version %u mac_addr %pM status %d\n",
__le32_to_cpu(ev->sw_version),
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [ath9k-devel] [PATCH] ath10k: remove static mac address mask
2013-05-16 8:52 [ath9k-devel] [PATCH] ath10k: remove static mac address mask Michal Kazior
@ 2013-05-21 18:55 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2013-05-21 18:55 UTC (permalink / raw)
To: ath9k-devel
Michal Kazior <michal.kazior@tieto.com> writes:
> FW can dynamically adjust to multiple mac
> addresses. It reports it's preferred base mac
> address, but we can freely create derivative
> addresses for vdevs.
>
> Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Thanks, applied.
--
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-21 18:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 8:52 [ath9k-devel] [PATCH] ath10k: remove static mac address mask Michal Kazior
2013-05-21 18:55 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox