]> git.baikalelectronics.ru Git - kernel.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)
commit24aecbeba6021876cb40214d0b82c8231de6ff21
tree7116bcc9f6de56d181d16463252c4aabab77b20e
parent5080dee64c0128e93cae90e529d8ce3384cce59b
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