Last time, changed the source address for ESS_STA. This time I got the one
for ESS_AP. DOH!
This commit is contained in:
parent
7ad605e899
commit
c746125f76
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue