diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-08-26 08:11:03 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 21:25:34 +0200 |
commit | effcea16e554b4d7497bbcfc80b9baca8e017691 (patch) | |
tree | 2ca7952d5d1fe33b1b91df06da62d9e54a3a102d /drivers/net/wireless/iwlwifi/iwl-sta.c | |
parent | iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie (diff) | |
download | linux-effcea16e554b4d7497bbcfc80b9baca8e017691.tar.xz linux-effcea16e554b4d7497bbcfc80b9baca8e017691.zip |
iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE
BUILD_BUG_ON(ARRAY_SIZE(iwlagn_ipan_queue_to_tx_fifo) !=
IWLAGN_FIRST_AMPDU_QUEUE);
This check can be buggy. IWLAGN_FIRST_AMPDU_QUEUE has to be greater than the
ARRAY_SIZE of iwlagn_ipan_queue_to_tx_fifo.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.c')
0 files changed, 0 insertions, 0 deletions