[MAC80211]: add sta_notify callback
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 30 Sep 2007 11:52:37 +0000 (13:52 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:54:21 +0000 (16:54 -0700)
commit478f8d2ba56b40ad1c17e21c1503669b83c96e8e
tree899c01c91848a8927d6f296f7cf7ad0a265e43ce
parent42613db7605a68a70f97513137392bda9b27bb9e
[MAC80211]: add sta_notify callback

This patch adds sta_notify callback and removes sta_table_notification
which was not used by any driver.
sta_notify() is essential for drivers that keeps notion of station
internally and need to be notified about removal or addition of a station
to the (I)BSS or assocation to an AP.

This version adds interface id to the parameter list
as suggested by Johannes Berg

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mac80211.h
net/mac80211/sta_info.c