~ubuntu-branches/ubuntu/precise/linux-lts-quantal/precise-updates

« back to all changes in this revision

Viewing changes to net/mac80211/sta_info.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Luis Henriques, Tim Gardner
  • Date: 2013-02-07 12:08:38 UTC
  • Revision ID: package-import@ubuntu.com-20130207120838-8jaukepmb85dkevq
Tags: 3.5.0-24.37~precise1
[Luis Henriques]

* Release Tracking Bug
  - LP: #1118287

[ Tim Gardner ]

* [Config] CONFIG_ALX=m for x86 only
  - LP: #927782

Show diffs side-by-side

added added

removed removed

Lines of Context:
844
844
 
845
845
void sta_info_stop(struct ieee80211_local *local)
846
846
{
847
 
        del_timer(&local->sta_cleanup);
 
847
        del_timer_sync(&local->sta_cleanup);
848
848
        sta_info_flush(local, NULL);
849
849
}
850
850