mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[PATCH] Atmel wireless update
* Merge PCMCIA card table with new Brodowski PCMCIA id table. * Add missing entries to PCMCIA id table. * Other tweaks to conform with Documentation/driver-changes.txt (types, call request_region, etc) * Fix size of requested IO region. * Reduce printk verbosity. * Remove EXPERIMENTAL * tweak to association code - don't force shared key authentication when wep in use. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
parent
741b2252a5
commit
b16a228d05
5 changed files with 94 additions and 178 deletions
|
@ -72,7 +72,7 @@ static int __devinit atmel_pci_probe(struct pci_dev *pdev,
|
|||
|
||||
static void __devexit atmel_pci_remove(struct pci_dev *pdev)
|
||||
{
|
||||
stop_atmel_card(pci_get_drvdata(pdev), 1);
|
||||
stop_atmel_card(pci_get_drvdata(pdev));
|
||||
}
|
||||
|
||||
static int __init atmel_init_module(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue