Mesh bug: debug infomartion showing swapped SA and DA address.
* Fix bug for "forward frame from SA(%6D), DA(%6D)" where addresses where swapped between SA and DA; Approved by: adrian (mentor)
This commit is contained in:
parent
62f0748505
commit
4efafd66eb
@ -264,8 +264,8 @@ ieee80211_start(struct ifnet *ifp)
|
||||
}
|
||||
IEEE80211_DPRINTF(vap, IEEE80211_MSG_OUTPUT,
|
||||
"forward frame from DS SA(%6D), DA(%6D)\n",
|
||||
eh->ether_dhost, ":",
|
||||
eh->ether_shost, ":");
|
||||
eh->ether_shost, ":",
|
||||
eh->ether_dhost, ":");
|
||||
ieee80211_mesh_proxy_check(vap, eh->ether_shost);
|
||||
}
|
||||
ni = ieee80211_mesh_discover(vap, eh->ether_dhost, m);
|
||||
|
Loading…
x
Reference in New Issue
Block a user