]> git.baikalelectronics.ru Git - kernel.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)
commit12accaaafb571d1e3b32b4371087c5a9862b5d35
tree4f2581b2629b52b22958d7d3d4e64ce409c96125
parent1f8307f973940caea43a2420d056db454ab0b3dc
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