[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Prism54-devel] BE in stock kernel



> Yes. Margit sent a patch for inclussion on 2.6.6 but it was just a huge
> patch of our changes since our last release. netdev wants individual
> patches.. so yeah, we have to send small sequential diffs. It'll be a while
> before 2.6.7 so it's just a matter of when we get to Getting all these
> patches ready.
> 
> If someone has time, this is something that needs to be done! My home is
> *still* not ready so I haven't settled in yet and haven't had time to do
> it :(

Well, this is the one that's important to me.  I'd like to see it
mainlined as soon as possible.

*** linux-2.6.7-rc1/drivers/net/wireless/prism54/islpci_dev.c	Sun May  9 22:31:58 2004
--- linux-2.6.6/drivers/net/wireless/prism54/islpci_dev.c	Mon May 10 23:30:56 2004
***************
*** 448,456 ****
  	/* reset the mgmt receive queue */
  	for (counter = 0; counter < ISL38XX_CB_MGMT_QSIZE; counter++) {
  		isl38xx_fragment *frag = &cb->rx_data_mgmt[counter];
! 		frag->size = MGMT_FRAME_SIZE;
  		frag->flags = 0;
! 		frag->address = priv->mgmt_rx[counter].pci_addr;
  	}
  
  	for (counter = 0; counter < ISL38XX_CB_RX_QSIZE; counter++) {
--- 448,456 ----
  	/* reset the mgmt receive queue */
  	for (counter = 0; counter < ISL38XX_CB_MGMT_QSIZE; counter++) {
  		isl38xx_fragment *frag = &cb->rx_data_mgmt[counter];
! 		frag->size = cpu_to_le16(MGMT_FRAME_SIZE);
  		frag->flags = 0;
! 		frag->address = cpu_to_le32(priv->mgmt_rx[counter].pci_addr);
  	}
  
  	for (counter = 0; counter < ISL38XX_CB_RX_QSIZE; counter++) {



Reply to: