diff options
author | David Kilroy <kilroyd@gmail.com> | 2008-08-21 18:27:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-22 19:28:05 -0400 |
commit | 6eecad77861b193bcfc109de12835ca0bddf7c58 (patch) | |
tree | cacb4f7513571c6992adebb00c21bc8e5a14e663 /drivers/net/wireless/orinoco.h | |
parent | 3994d502017a2239e30152d1231843ad05d04a7b (diff) |
orinoco: Fix transmit for Agere/Lucent with fw 9.x
The tx control word has moved into the 802.11 header area on these
firmwares.
Signed-off-by: David Kilroy <kilroyd@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 e0acb633e9d5..f93752ffb07c 100644 --- a/drivers/net/wireless/orinoco.h +++ b/drivers/net/wireless/orinoco.h | |||
@@ -85,6 +85,7 @@ struct orinoco_private { | |||
85 | unsigned int has_preamble:1; | 85 | unsigned int has_preamble:1; |
86 | unsigned int has_sensitivity:1; | 86 | unsigned int has_sensitivity:1; |
87 | unsigned int has_hostscan:1; | 87 | unsigned int has_hostscan:1; |
88 | unsigned int has_alt_txcntl:1; | ||
88 | unsigned int do_fw_download:1; | 89 | unsigned int do_fw_download:1; |
89 | unsigned int broken_disableport:1; | 90 | unsigned int broken_disableport:1; |
90 | unsigned int broken_monitor:1; | 91 | unsigned int broken_monitor:1; |