]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
cfg80211: allow users to request removing a BSS
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 10 Feb 2009 20:25:58 +0000 (21:25 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Feb 2009 18:45:54 +0000 (13:45 -0500)
commitd491af19db3adcc1eb1653e60a427fb4df36f361
tree7116bcc9f6de56d181d16463252c4aabab77b20e
parent78c1c7e109f1f14e7c18f290c4ebc58da220c7ba
cfg80211: allow users to request removing a BSS

This patch introduces cfg80211_unlink_bss, a function to
allow a driver to remove a BSS from the internal list and
make it not show up in scan results any more -- this is
to be used when the driver detects that the BSS is no
longer available.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/wireless/scan.c