diff options
author | Christoph Hellwig <hch@lst.de> | 2005-06-18 19:28:06 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-06-27 00:23:55 -0400 |
commit | 98c4cae1dafcf1abbfebc0189ff27df586a838b0 (patch) | |
tree | dbd2374d0acbc068bb2679a868c2929361f25eb4 /drivers/net/wireless/orinoco.h | |
parent | 8f2abf4430ef2a131926a537ee6325dc43b0ec28 (diff) |
[PATCH] orinoco: monitor mode support
Patch from Pavel Roskin
Diffstat (limited to 'drivers/net/wireless/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/orinoco.h b/drivers/net/wireless/orinoco.h index 2a6b1c09b26d..0f4be5da46e7 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h | |||
@@ -94,6 +94,7 @@ struct orinoco_private { | |||
94 | unsigned int has_sensitivity:1; | 94 | unsigned int has_sensitivity:1; |
95 | unsigned int has_hostscan:1; | 95 | unsigned int has_hostscan:1; |
96 | unsigned int broken_disableport:1; | 96 | unsigned int broken_disableport:1; |
97 | unsigned int broken_monitor:1; | ||
97 | 98 | ||
98 | /* Configuration paramaters */ | 99 | /* Configuration paramaters */ |
99 | u32 iw_mode; | 100 | u32 iw_mode; |