changeset 4079 | 210d64d11998 |
parent 3761 | 8aed4fbf8f35 |
child 4324 | 951aec5a7b9a |
child 4793 | 4f6a6772628e |
child 4912 | a92bd7dc079c |
--- a/src/devices/wifi/wifi-remote-station-manager.cc Sun Jan 11 23:26:34 2009 +0000 +++ b/src/devices/wifi/wifi-remote-station-manager.cc Mon Jan 12 13:35:41 2009 +0100 @@ -227,8 +227,7 @@ WifiRemoteStation * WifiRemoteStationManager::Lookup (Mac48Address address) { - if (address.IsBroadcast () || - address.IsMulticast ()) + if (address.IsGroup ()) { return m_nonUnicast; }