https://github.com/torvalds/linux
Revision a6d4eae80157830af9c9d80de2daf6611696a34e authored by Dan Williams on 29 May 2008, 18:38:28 UTC, committed by John W. Linville on 04 June 2008, 19:57:10 UTC
If there are no networks on the free list, expire the oldest one when
creating a new adhoc network.  Because ipw2200 and the ieee80211 stack
don't actually cull old networks and place them back on the free list
unless they are needed for new probe responses, over time the free list
would become empty and creating an adhoc network would fail due to the !
list_empty(...) check.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
1 parent b212f33
History
Tip revision: a6d4eae80157830af9c9d80de2daf6611696a34e authored by Dan Williams on 29 May 2008, 18:38:28 UTC
ipw2200: expire and use oldest BSS on adhoc create
Tip revision: a6d4eae
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 686 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.5 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 98.3 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top