]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
iwlwifi: Fix unconditional access to station->tidp[].agg.
authorDavid S. Miller <davem@davemloft.net>
Sun, 20 Apr 2008 01:09:39 +0000 (18:09 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 20 Apr 2008 01:09:39 +0000 (18:09 -0700)
commit344234de54891ed15bf8127e4640ff9238076d6c
tree4f2581b2629b52b22958d7d3d4e64ce409c96125
parente1f9a464026011b3f7d0f7b6dfab3e562e870a46
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>
drivers/net/wireless/iwlwifi/iwl-debugfs.c