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)
commitbd2ab2d28674893f02a41b0cd2fb52a087aeba3d
tree71cd68830b11b648d6b79f1575dc9960631a2ab2
parent92e0426b1bbaf6f86e9a5c4a83ea0920c7b0f5af
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