commit | 718cc4ca2bfb3263c7ea3ceba9c194f9cd7292e2 | [log] [tgz] |
---|---|---|
author | Daniel Drake <dsd@gentoo.org> | Wed Nov 22 03:15:46 2006 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Dec 02 00:12:05 2006 -0500 |
tree | f737e1634f6b88867bd0ac70e8512e23a548644b | |
parent | b1382edef9c06eca337e8982e6040e0699abab82 [diff] |
[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 <dsd@gentoo.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>