#1926: Error with Andrew Morton patchset (2.6.25-mm1)
----------------------------------------+-----------------------------------
      Reporter:  [EMAIL PROTECTED]    |       Owner:       
          Type:  defect                 |      Status:  new  
      Priority:  minor                  |   Milestone:       
     Component:  madwifi: 802.11 stack  |     Version:  trunk
    Resolution:                         |    Keywords:       
Patch_attached:  0                      |  
----------------------------------------+-----------------------------------
Comment (by [EMAIL PROTECTED]):

 You are correct, I typed in the wrong here trac. Excuse me.

 The correct is:
 {{{
 age = ((ni->ni_intval * ic->ic_lintval) << 2) / 1024; /* TU -> secs */
         tail = skb_peek_tail(&ni->ni_savedq);
         if (tail != NULL) {
                 age -= M_AGE_GET(tail);
                 __skb_queue_after(&ni->ni_savedq, tail, skb);
         } else
                 __skb_queue_head(&ni->ni_savedq, skb);
         M_AGE_SET(skb, age);
         qlen = IEEE80211_NODE_SAVEQ_QLEN(ni);
         IEEE80211_NODE_SAVEQ_UNLOCK_IRQ(ni);
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/1926#comment:2>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to