#2333: madwifi-r3314 with linux-2.6.30 no packet transaction in AP and STA mode
----------------------------------+-----------------------------------------
      Reporter:  anonymous        |       Owner:         
          Type:  defect           |      Status:  new    
      Priority:  critical         |   Milestone:         
     Component:  madwifi: driver  |     Version:  trunk  
    Resolution:                   |    Keywords:  openwrt
Patch_attached:  0                |     Pending:  0      
----------------------------------+-----------------------------------------
Comment (by dinomy...@yahoo.com):

 Replying to [comment:5 proski]:
 > Could you please try the current trunk?  There is no use in reporting
 issues with an unreleased snapshot that is more than a year old.

 hi pavel,
  i tried the trunk versions also. pasting below the from the dev-mail list
 to track

    In the openwrt patch 400-new_hal.patch, which i believe is related to
 hardware, also attaching the patch.

 +    /* WAR for AR7100 PCI bug */
 +#ifdef CONFIG_ATHEROS_AR71XX
 +    if ((ar_device(sc->devid) >= 5210) && (ar_device(sc->devid) < 5416))
 {
 +        ath_hal_setcapability(ah, HAL_CAP_DMABURST_RX, 0,
 HAL_DMABURST_4B, NULL);
 +        ath_hal_setcapability(ah, HAL_CAP_DMABURST_TX, 0,
 HAL_DMABURST_4B, NULL);
 +    }
 +#endif
 +

 for the bug ttps://madwifi-project.org/ticket/2333 , i tried with latest
 trunk, but no data transfer.

 Regards
 Dino Joseph Mycle

 Quoting Dino Joseph Mycle <dinomy...@yahoo.com>:

 >    In the openwrt patch 400-new_hal.patch, which i believe is  related
 to hardware, also attaching the patch.
 >
 > +    /* WAR for AR7100 PCI bug */
 > +#ifdef CONFIG_ATHEROS_AR71XX

 We don't use such preprocessor definitions in MadWifi.
 CONFIG_ATHEROS_AR71XX is never defined.

 > +    if ((ar_device(sc->devid) >= 5210) && (ar_device(sc->devid) <
 5416)) {

 That's pretty much everything supported by MadWifi, except 802.11n capable
 devices.

 > +        ath_hal_setcapability(ah, HAL_CAP_DMABURST_RX, 0,
 HAL_DMABURST_4B, NULL);
 > +        ath_hal_setcapability(ah, HAL_CAP_DMABURST_TX, 0,
 HAL_DMABURST_4B, NULL);
 > +    }
 > +#endif

 I need a description of the change.

 > for the bug ttps://madwifi-project.org/ticket/2333 , i tried with
 latest trunk, but no data transfer.

 Since I don't have the hardware, I rely on others testing and confirming
 that the patch is functional.

 If you see a regression from 2333 to the current trunk, please consider
 bisection to find the offending change.  Chances are it's the switchover
 to the free HAL.  You could test the madwifi-hal-0.9.30.13 branch to see
 if that's the case, since it keeps the non-free HAL that was in the trunk
 earlier.

 Please put all relevant data to the ticket, so that it's kept in one
 place.

 --Regards,
 Pavel Roskin

-- 
Ticket URL: <https://madwifi-project.org/ticket/2333#comment:6>
madwifi-project.org <http://madwifi-project.org/>
Multiband Atheros Driver for Wireless Fidelity
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Madwifi-tickets mailing list
Madwifi-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to