mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] libnl-tiny: port upstream bugfix 8ee16e6688657886f591f0841cb8e892743ecf2a from libnl, fixes error on hostapd interface initialization
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31155 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -59,7 +59,7 @@ static void release_local_port(uint32_t port)
|
||||
return;
|
||||
|
||||
nr = port >> 22;
|
||||
used_ports_map[nr / 32] &= ~((nr % 32) + 1);
|
||||
used_ports_map[nr / 32] &= ~(1 << nr % 32);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user