From c746125f7699c076e5fb8e4d615095d2206f6507 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 6 Feb 2000 21:57:50 +0000 Subject: [PATCH] Last time, changed the source address for ESS_STA. This time I got the one for ESS_AP. DOH! --- src/p80211/p80211conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p80211/p80211conv.c b/src/p80211/p80211conv.c index 68baa41..65e2190 100644 --- a/src/p80211/p80211conv.c +++ b/src/p80211/p80211conv.c @@ -215,7 +215,7 @@ int p80211pb_ether_to_p80211( wlandevice_t *wlandev, UINT32 ethconv, wlan_pb_t * fc |= host2ieee16(WLAN_SET_FC_FROMDS(1)); a1 = pb->eth_hdr->daddr; a2 = wlandev->bssid; - a3 = wlandev->netdev->dev_addr; + a3 = pb->eth_hdr->saddr; break; default: WLAN_LOG_ERROR0("Error: Converting eth to wlan in unknown mode.\n");