nl80211: add testmode dump support
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 20 May 2011 16:05:54 +0000 (09:05 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 1 Jun 2011 19:12:28 +0000 (15:12 -0400)
commit71063f0e8939b5b6ea5121faed47987e094ef018
tree97936964a23ef6d26819c0267ea246cd0301ed9e
parent2e5ef4599addb1046086b63743f41822858a23b7
nl80211: add testmode dump support

This adds dump support to testmode. The testmode
dump support in nl80211 requires using two of the
six cb->args, the rest can be used by the driver
to figure out where the dump position is at or to
store other data across invocations.

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/cfg80211.h
include/net/mac80211.h
net/mac80211/cfg.c
net/wireless/nl80211.c