#2002: DD-WRT HAL in MadWIFI?
-------------------------------+--------------------------------------------
      Reporter:  foodoc        |       Owner:            
          Type:  enhancement   |      Status:  new       
      Priority:  minor         |   Milestone:            
     Component:  madwifi: HAL  |     Version:  trunk     
    Resolution:                |    Keywords:  DD-WRT HAL
Patch_attached:  0             |  
-------------------------------+--------------------------------------------
Comment (by anonymous):

 Replying to [comment:9 foodoc]:
 > Replying to [comment:8 anonymous]:
 > > Replying to [comment:7 foodoc]:
 > > > Replying to [comment:6 D]:
 > > > > can't wait
 > > >
 > > > well, don't expect to see it anytime soon! Instead, you should buy a
 license for DD-WRT v24, as they are the only company that really supports
 the AP-Mode of Atheros Cards for the simple customer for now...
 > >
 > > Will the openwrt release support turbo-g? The dd-wrt broke it
 >
 > who said anything about openwrt?!
 >
 > And no, turbo mode isn't broken. actually it's working in the current
 dd-wrt...  but you are not allowed to use it in the 2.4ghz range... switch
 to 802.11a 5Ghz since there's enough room for "overlap-free" 40mhz bands!


 My foo pa  .. I meant hostap .. urrrr .... madwifi :-)

 well, I do have this patch:


 {{{
 *** madwifi-trunk-r3744.orig/net80211/ieee80211_wireless.c      Sun Jun 22
 11:18:18 2008
 --- madwifi-trunk-r3744/net80211/ieee80211_wireless.c   Mon Jun 23
 02:22:01 2008
 ***************
 *** 662,667 ****
 --- 662,679 ----
                 else
                         return 1;
                 break;
 +       case IEEE80211_MODE_TURBO_A: //dynamic turbo a
 +               if( IEEE80211_IS_CHAN_A(c) && IEEE80211_IS_CHAN_DTURBO(c)
 )
 +                       return 0;
 +               else
 +                       return 1;
 +               break;
 +       case IEEE80211_MODE_TURBO_G: //dynamic turbo g
 +               if(IEEE80211_IS_CHAN_G(c) && IEEE80211_IS_CHAN_DTURBO(c) )
 +                       return 0;
 +               else
 +                       return 1;
 +               break;
         case IEEE80211_MODE_AUTO:
                 return 0;
                 break;
 ***************
 *** 2095,2100 ****
 --- 2107,2114 ----
                 { "3"     , IEEE80211_MODE_11G },
                 { "4"     , IEEE80211_MODE_FH },
                 { "5"     , IEEE80211_MODE_TURBO_STATIC_A },
 +               { "6"     , IEEE80211_MODE_TURBO_G },
 +               { "7"     , IEEE80211_MODE_TURBO_A },
                 { NULL }
         };
         int i, j;

 }}}





 iwpriv ath0 turbo 1 ; iwpriv ath0 mode 6

 then wlanconfig ath0 list chan

 shows channel 6 as dynamic turbo-g (don't know yet if it acually works :-)

 This is with the current madwifi hal. It dosn't show channel 6 as dynamic
 turbo-g using the dd-wrt hal ....

-- 
Ticket URL: <http://madwifi.org/ticket/2002#comment:10>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to