From: Daniel Drake Date: Wed, 22 Nov 2006 03:15:46 +0000 (+0000) Subject: [PATCH] ieee80211: Provide generic get_stats implementation X-Git-Tag: v2.6.20-rc1~34^2~40^2~463^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718cc4ca2bfb3263c7ea3ceba9c194f9cd7292e2;p=pandora-kernel.git [PATCH] ieee80211: Provide generic get_stats implementation bcm43xx and ipw2100 currently duplicate the same simplistic get_stats handler. Additionally, zd1211rw requires the same handler to fix a bug where all stats are reported as 0. This patch adds a generic implementation to the ieee80211 layer, which drivers are free to override. Signed-off-by: Daniel Drake Signed-off-by: John W. Linville --- Reading git-diff-tree failed