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

« back to all changes in this revision

Viewing changes to net/ipv6/addrconf.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
2435
2435
                        sp_rt = addrconf_dst_alloc(idev, &sp_ifa->addr, 0);
2436
2436
 
2437
2437
                        /* Failure cases are ignored */
2438
 
                        if (!IS_ERR(sp_rt))
 
2438
                        if (!IS_ERR(sp_rt)) {
 
2439
                                sp_ifa->rt = sp_rt;
2439
2440
                                ip6_ins_rt(sp_rt);
 
2441
                        }
2440
2442
                }
2441
2443
                read_unlock_bh(&idev->lock);
2442
2444
        }