~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/mac80211/rate.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Upstream Kernel Changes
  • Date: 2012-03-27 17:01:30 UTC
  • Revision ID: package-import@ubuntu.com-20120327170130-qrvi60snnxty6ibi
Tags: 3.2.0-1411.14
[ Paolo Pisati ]

* Revert to Ubuntu-3.2.0-1409.12 until we figure out what's wrong with hdmi
  - LP: #963512

[ Upstream Kernel Changes ]

* Revert "Reapply upleveled PMU interrupt patch"
* KBuild: Allow scripts/* to be cross compiled
* LINARO: Use KBUILD_SCRIPTROOT to cross build scripts

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 = 0;
 
347
                info->control.rates[i].count = 1;
348
348
        }
349
349
 
350
350
        if (sdata->local->hw.flags & IEEE80211_HW_HAS_RATE_CONTROL)