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

« 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-16 08:54:19 UTC
  • Revision ID: package-import@ubuntu.com-20120316085419-2su2uxghzxg95ggi
Tags: 3.2.0-19.2
* Update to compat-wireless-3.3-rc6-1-n
* Bump ABI for Precise 3.2.0-19.30 

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
        int i;
337
337
        u32 mask;
338
338
 
339
 
        if (sta) {
 
339
        if (sta && test_sta_flag(sta, WLAN_STA_RATE_CONTROL)) {
340
340
                ista = &sta->sta;
341
341
                priv_sta = sta->rate_ctrl_priv;
342
342
        }