aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-30mac80211: fix BSS leakJohannes Berg1-2/+4
2009-10-27mac80211: fix ibss joiningReinette Chatre1-4/+2
2009-10-12mac80211: fix ibss raceJohannes Berg1-1/+1
2009-10-12mac80211: fix logic error ibss merge bssid checkFelix Fietkau1-1/+1
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-3/+3
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-1/+1
2009-07-24cfg80211: rework key operationJohannes Berg1-4/+5
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-4/+2
2009-05-20mac80211: fix parameter confusion when finding IBSSJohannes Berg1-2/+2
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+29
2009-05-13mac80211: IBSS supported rate fixesJohannes Berg1-27/+40
2009-05-13mac80211: don't connect to IBSS network with different privacyJohannes Berg1-2/+8
2009-05-06mac80211: tell driver when idleJohannes Berg1-0/+5
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-14/+12
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-10/+8
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-8/+17
2009-05-06mac80211: fix scan races and rework scanningJohannes Berg1-19/+3
2009-05-06mac80211: internally clear failed scans properlyJohannes Berg1-2/+4
2009-05-06mac80211: fix various problems in ibss codeJohannes Berg1-3/+15
2009-04-22mac80211: fix IBSS code to not sleep while atomicJohannes Berg1-3/+3
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-182/+165
2009-03-27mac80211: ieee80211_ibss_commit() cleanupAlina Friedrichsen1-1/+2
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith1-3/+5
2009-02-27mac80211: Give it some time to do the TSF syncAlina Friedrichsen1-0/+5
2009-02-27mac80211: Don't merge with the same BSSIDAlina Friedrichsen1-0/+4
2009-02-27mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen1-11/+19
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-0/+888