commit | 344234de54891ed15bf8127e4640ff9238076d6c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Apr 19 18:09:39 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 19 18:09:39 2008 -0700 |
tree | 4f2581b2629b52b22958d7d3d4e64ce409c96125 | |
parent | e1f9a464026011b3f7d0f7b6dfab3e562e870a46 [diff] |
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 <davem@davemloft.net>