iwlwifi: remove get_stats callback function
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Tue, 13 Apr 2010 18:28:52 +0000 (11:28 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Fri, 30 Apr 2010 22:34:29 +0000 (15:34 -0700)
The low level transmission function is performed at uCode layer
for all the "agn" NICs, there is no statistics information available
for mac80211 get_stats() call. Remove the callback function to
avoid misleading information that returned success when indeed it is not
supported. Now return "not supported".

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found