diff options
author | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-08 15:39:28 -0400 |
commit | e9a68707d736f4f73d7e209885d7b4c5c452b1dc (patch) | |
tree | d9f76964c77c1059483b08436ed060b702b8e25d /drivers/net/wireless/ath/carl9170/carl9170.h | |
parent | dd53df265b1ee7a1fbbc76bb62c3bec2383bbd44 (diff) | |
parent | 15a6321d1c0f8db561932cd99e1b9897981da71f (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
Documentation/feature-removal-schedule.txt
drivers/net/wireless/ipw2x00/ipw2200.c
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/carl9170.h')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/carl9170.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/carl9170/carl9170.h b/drivers/net/wireless/ath/carl9170/carl9170.h index 20f2a77e54d2..6cf0c9ef47aa 100644 --- a/drivers/net/wireless/ath/carl9170/carl9170.h +++ b/drivers/net/wireless/ath/carl9170/carl9170.h | |||
@@ -279,6 +279,7 @@ struct ar9170 { | |||
279 | unsigned int beacon_max_len; | 279 | unsigned int beacon_max_len; |
280 | bool rx_stream; | 280 | bool rx_stream; |
281 | bool tx_stream; | 281 | bool tx_stream; |
282 | bool rx_filter; | ||
282 | unsigned int mem_blocks; | 283 | unsigned int mem_blocks; |
283 | unsigned int mem_block_size; | 284 | unsigned int mem_block_size; |
284 | unsigned int rx_size; | 285 | unsigned int rx_size; |
@@ -314,6 +315,7 @@ struct ar9170 { | |||
314 | u64 cur_mc_hash; | 315 | u64 cur_mc_hash; |
315 | u32 cur_filter; | 316 | u32 cur_filter; |
316 | unsigned int filter_state; | 317 | unsigned int filter_state; |
318 | unsigned int rx_filter_caps; | ||
317 | bool sniffer_enabled; | 319 | bool sniffer_enabled; |
318 | 320 | ||
319 | /* MAC */ | 321 | /* MAC */ |