nl80211: add testmode to the list of supported commands
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 17 Nov 2011 17:06:10 +0000 (19:06 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 21 Nov 2011 21:20:43 +0000 (16:20 -0500)
commit4745fc095da0d276b9c149e87b853b78d42d4f32
tree06b123cce3c4fa7d8244ce9bde7f18168a9e1387
parentfb4431bf608fe135ba743ecdd0aa084a3569992f
nl80211: add testmode to the list of supported commands

User space might want to test if driver supports testmode. Adding testmode
to the list of supported commands makes this easier.

I omitted testmode_dump() in purpose. I assume all drivers implementing
testmode_dump() will also implement testmode_cmd().

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/nl80211.c