Re: [ath5k-devel] [PATCH 1/3] ath5k: remove stale function declarations, make some functions static

2010-02-19 Thread Pavel Roskin
On Fri, 2010-02-19 at 08:44 -0500, John W. Linville wrote: > On Thu, Feb 18, 2010 at 08:28:02PM -0500, Pavel Roskin wrote: > > Remove all unnecessary function declarations from ath5k.h. Comment out > > unused functions. Remove ath5k_hw_get_tsf32(), which is too trivial to > > be commented out. M

Re: [ath5k-devel] [PATCH 1/3] ath5k: remove stale function declarations, make some functions static

2010-02-19 Thread John W. Linville
On Thu, Feb 18, 2010 at 08:28:02PM -0500, Pavel Roskin wrote: > Remove all unnecessary function declarations from ath5k.h. Comment out > unused functions. Remove ath5k_hw_get_tsf32(), which is too trivial to > be commented out. Make functions static if suggested by sparse. Make > ath5k_pm_ops s

Re: [ath5k-devel] [ath5k-users] ath5k questions

2010-02-19 Thread Bob Copeland
On Fri, Feb 19, 2010 at 2:23 AM, Holger Schurig wrote: >> [ 2960.591578] ath5k phy0: noise floor calibration timeout >> (2422MHz) > > If it happen only this and then, then no. That's why Bob Copeland > patched it away: > http://git.kernel.org/?p=linux/kernel/git/linville/wireless-2.6.git;a=commitd

Re: [ath5k-devel] [PATCH 1/3] ath5k: remove stale function declarations, make some functions static

2010-02-19 Thread Bob Copeland
On Thu, Feb 18, 2010 at 8:28 PM, Pavel Roskin wrote: > Remove all unnecessary function declarations from ath5k.h.  Comment out > unused functions.  Remove ath5k_hw_get_tsf32(), which is too trivial to > be commented out.  Make functions static if suggested by sparse.  Make > ath5k_pm_ops static.