]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: remove PM-QoS listener
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Oct 2015 16:02:43 +0000 (18:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 14 Oct 2015 16:04:08 +0000 (18:04 +0200)
commitdf7531507bad7816d23567d402bc90aede020857
tree8e16628865b0f7a35b81615f7c9d4430bf309c5b
parent67ae6a606b0e196e4466b7f80316605a1f086792
mac80211: remove PM-QoS listener

As this API has never really seen any use and most drivers don't
ever use the value derived from it, remove it.

Change the only driver using it (rt2x00) to simply use the DTIM
period instead of the "max sleep" time.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/rt2x00/rt2x00config.c
include/net/mac80211.h
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/mlme.c
net/mac80211/scan.c
net/mac80211/trace.h
net/mac80211/util.c