mac80211: Remove deprecated sta_notify commands
authorSujith <Sujith.Manoharan@atheros.com>
Wed, 19 May 2010 06:02:30 +0000 (11:32 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 4 Jun 2010 19:32:25 +0000 (15:32 -0400)
STA_NOTIFY_ADD and STA_NOTIFY_REMOVE have no users anymore,
and station addition/removal are indicated to drivers
using sta_add() and sta_remove(), which can sleep.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found