[ath5k-devel] [PATCH 1/3] ath5k: remove unused and write-only structures and fields

2011-07-23 Thread Pavel Roskin
struct ath5k_avg_val is unused. In struct ath5k_hw, lladdr, ah_radar and ah_mac_revision are write-only, rxbufsize is unused, ah_phy is write-only and referenced by unused macros. In struct ath5k_vif, lladdr is write-only. Remove AR5K_TUNE_RADAR_ALERT, which has no effect. Signed-off-by: Pavel

Re: [ath5k-devel] [PATCH 1/3] ath5k: remove unused and write-only structures and fields

2011-07-23 Thread Sedat Dilek
On Sat, Jul 23, 2011 at 9:21 AM, Pavel Roskin pro...@gnu.org wrote: struct ath5k_avg_val is unused. In struct ath5k_hw, lladdr, ah_radar and ah_mac_revision are write-only, rxbufsize is unused, ah_phy is write-only and referenced by unused macros. In struct ath5k_vif, lladdr is write-only.