From: David S. Miller Date: Sun, 20 Apr 2008 01:09:39 +0000 (-0700) Subject: iwlwifi: Fix unconditional access to station->tidp[].agg. X-Git-Tag: v2.6.26-rc1~1127^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=344234de54891ed15bf8127e4640ff9238076d6c;p=pandora-kernel.git iwlwifi: Fix unconditional access to station->tidp[].agg. Reportred by Ingo Molnar: drivers/net/wireless/iwlwifi/iwl-debugfs.c: In function 'iwl_dbgfs_stations_read': drivers/net/wireless/iwlwifi/iwl-debugfs.c:256: error: 'struct iwl4965_tid_data' has no member named 'agg' Needs CONFIG_IWL4965_HT protection. Signed-off-by: David S. Miller --- Reading git-diff-tree failed