cfg80211: implement IWRATE
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 1 Jul 2009 19:26:59 +0000 (21:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Jul 2009 19:01:52 +0000 (15:01 -0400)
commit9930380f0bd8405fa6a51d644f3de88c30666519
tree71cd68830b11b648d6b79f1575dc9960631a2ab2
parentab737a4f7dbe57b12b73f482a7b973bf00b41942
cfg80211: implement IWRATE

For now, let's implement that using a very hackish way:
simply mirror the wext API in the cfg80211 API. This
will have to be changed later when we implement proper
bitrate API.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
net/mac80211/cfg.c
net/mac80211/wext.c
net/wireless/wext-compat.c