Ticket #379 (new enhancement)

Opened 2 years ago

Last modified 6 months ago

patch proposal for the prism54 driver on linux sources 2.6.22

Reported by: antispameu-truc@… Owned by:
Priority: minor Milestone: N/A
Component: patches Version: N/A
Keywords: Cc:

Description

Hi everybody,

I used to have a problem on my linux ubuntu 7.10 (kernel 2.6.22-14-generic). On the last kernel sources, the prism54 driver has changed a lot, so the patch doesn't work with it. So i have made a patch for this driver. I submit it to you if you wanted it :

_

--- islpci_dev.c 2007-07-09 01:32:17.000000000 +0200 +++ islpci_dev_patched.c 2008-01-27 13:30:22.000000000 +0100 @@ -753,9 +753,6 @@

pci_unmap_single(priv->pdev, buf->pci_addr,

buf->size, PCI_DMA_FROMDEVICE);

buf->pci_addr = 0;

- kfree(buf->mem); - buf->size = 0; - buf->mem = NULL;

}

/* clean up data rx buffers

_

I hope this will be helpful to you.

I beg your pardon my poor english.

Attachments

prism54-2.6.22.patch Download (347 bytes) - added by antispameu-truc@… 2 years ago.
patch for prism54 driver on 2.6.22

Change History

Changed 2 years ago by antispameu-truc@…

patch for prism54 driver on 2.6.22

Changed 2 years ago by misterx

  • version changed from 0.9.1 to N/A
  • milestone changed from 0.9.2 to N/A

Add/Change #379 (patch proposal for the prism54 driver on linux sources 2.6.22)

Author


E-mail address and user name can be saved in the Preferences.


Action
as new
 
Note: See TracTickets for help on using tickets.