]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26b9e8f340624725914b97f7c701e999d1dbd7e4
tree3fc742b198b2f1bade27d0d5e4b6c76e3b92bd2c
parentd86fe783aebca3ded9f3cc75724c005283cd8d17
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