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)
commit399dcb8a36edbde45bc27f5e33fd7f57de44bdd5
treeafb813eaa60ee366b1f13cd3daf95f60dede33d6
parentad41ee3a45c7de33cfa0057f4a12362ba1f1af32
iwlwifi: remove get_stats callback function

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>
drivers/net/wireless/iwlwifi/iwl-agn.c