0a07fe11e5
Multicast frames were being dropped by ieee80211_output_pbuf. It appears to look up the destination address using cnx_node_search which only has an entry for the broadcast address (all ones). This patch modifies cnx_node_search to return the broadcast cnx_node for the multicast addresses too. This is needed to support services such as mDNS on the softap interface. |
||
---|---|---|
.. | ||
ieee80211_ets.c | ||
ieee80211_hostap.c | ||
ieee80211_input.c | ||
ieee80211_sta.c | ||
wl_cnx.c |