~ubuntu-branches/ubuntu/vivid/linux-backports-modules-3.2.0/vivid

« back to all changes in this revision

Viewing changes to updates/cw-3.3/net/mac80211/rate.c

  • Committer: Package Import Robot
  • Author(s): Leann Ogasawara
  • Date: 2012-03-29 09:17:55 UTC
  • Revision ID: package-import@ubuntu.com-20120329091755-1xmgit6xf3ch02r5
Tags: 3.2.0-21.4
* Update to compat-wireless-3.3-2-n 
* Bump ABI for Precise 3.2.0-21.34 

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
        for (i = 0; i < IEEE80211_TX_MAX_RATES; i++) {
345
345
                info->control.rates[i].idx = -1;
346
346
                info->control.rates[i].flags = 0;
347
 
                info->control.rates[i].count = 1;
 
347
                info->control.rates[i].count = 0;
348
348
        }
349
349
 
350
350
        if (sdata->local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL)