mac80211: remove ieee80211_get_operstate()
authorEliad Peller <eliad@wizery.com>
Wed, 16 May 2012 16:09:48 +0000 (19:09 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jun 2012 19:32:10 +0000 (15:32 -0400)
commit51ca9d8db280b960345e7306e6a036dd3880ecff
tree3fc742b198b2f1bade27d0d5e4b6c76e3b92bd2c
parentb90bd9d14f866318497acee571f79e621a735d69
mac80211: remove ieee80211_get_operstate()

ieee80211_get_operstate() was used by drivers in order to
know whether the sta link is up, but it's no longer needed
(nor used) as mac80211 notifies the drivers about
authorization changes (via the sta_state callback)

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/mlme.c