Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6743
b: refs/heads/master
c: 0ef79ee
h: refs/heads/master
i:
  6741: efd22b6
  6739: ca4d2b1
  6735: 51c7425
v: v3
  • Loading branch information
Jar authored and Jeff Garzik committed Jul 30, 2005
1 parent 0e388db commit 5cf4565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1fad810473423bbf0626fab2fbeb27a4663fa2d5
refs/heads/master: 0ef79ee22cf5c1b177184c18b6525889bcc6681f
14 changes: 1 addition & 13 deletions trunk/drivers/net/wireless/hostap/hostap_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ MODULE_SUPPORTED_DEVICE("Intersil Prism2-based WLAN cards (PC Card)");
MODULE_LICENSE("GPL");


static int irq_mask = 0xdeb8;
module_param(irq_mask, int, 0444);

static int irq_list[4] = { -1 };
module_param_array(irq_list, int, NULL, 0444);

static int ignore_cis_vcc;
module_param(ignore_cis_vcc, int, 0444);
MODULE_PARM_DESC(ignore_cis_vcc, "Ignore broken CIS VCC entry");
Expand Down Expand Up @@ -742,14 +736,8 @@ static int prism2_config(dev_link_t *link)
* irq structure is initialized.
*/
if (link->conf.Attributes & CONF_ENABLE_IRQ) {
int i;
link->irq.Attributes = IRQ_TYPE_EXCLUSIVE | IRQ_HANDLE_PRESENT;
link->irq.IRQInfo1 = IRQ_INFO2_VALID | IRQ_LEVEL_ID;
if (irq_list[0] == -1)
link->irq.IRQInfo2 = irq_mask;
else
for (i = 0; i < 4; i++)
link->irq.IRQInfo2 |= 1 << irq_list[i];
link->irq.IRQInfo1 = IRQ_LEVEL_ID;
link->irq.Handler = prism2_interrupt;
link->irq.Instance = dev;
CS_CHECK(RequestIRQ,
Expand Down

0 comments on commit 5cf4565

Please sign in to comment.