summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mac80211: allow station add/remove to sleepJohannes Berg2010-02-081-9/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-081-1/+1
|\
| * mac80211: Fix probe request filtering in IBSS modeBenoit Papillault2010-02-081-1/+1
* | mac80211: Fixed a bug in IBSS mergeBenoit Papillault2010-01-191-5/+1
* | mac80211: removed useless code in IBSS managementBenoit Papillault2010-01-191-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-0/+4
|\|
| * mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
* | mac80211: proper bss private data handlingJohannes Berg2009-12-281-19/+26
* | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-2/+2
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-16/+16
* | mac80211: make station management completely depend on vifJohannes Berg2009-12-211-1/+1
|/
* mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg2009-11-181-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-091-0/+4
|\
| * mac80211: Fix IBSS mergeSujith2009-11-041-0/+4
* | mac80211: fix BSS leakJohannes Berg2009-10-301-2/+4
|/
* mac80211: fix ibss joiningReinette Chatre2009-10-271-4/+2
* mac80211: fix ibss raceJohannes Berg2009-10-121-1/+1
* mac80211: fix logic error ibss merge bssid checkFelix Fietkau2009-10-121-1/+1
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-3/+3
* mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-271-1/+1
* cfg80211: rework key operationJohannes Berg2009-07-241-4/+5
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-4/+2
* mac80211: fix parameter confusion when finding IBSSJohannes Berg2009-05-201-2/+2
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+29
* mac80211: IBSS supported rate fixesJohannes Berg2009-05-131-27/+40
* mac80211: don't connect to IBSS network with different privacyJohannes Berg2009-05-131-2/+8
* mac80211: tell driver when idleJohannes Berg2009-05-061-0/+5
* mac80211: add driver ops wrappersJohannes Berg2009-05-061-14/+12
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-10/+8
* mac80211: clean up beacon interval settingsJohannes Berg2009-05-061-8/+17
* mac80211: fix scan races and rework scanningJohannes Berg2009-05-061-19/+3
* mac80211: internally clear failed scans properlyJohannes Berg2009-05-061-2/+4
* mac80211: fix various problems in ibss codeJohannes Berg2009-05-061-3/+15
* mac80211: fix IBSS code to not sleep while atomicJohannes Berg2009-04-221-3/+3
* mac80211: convert to cfg80211 IBSS APIJohannes Berg2009-04-221-182/+165
* mac80211: ieee80211_ibss_commit() cleanupAlina Friedrichsen2009-03-271-1/+2
* mac80211: Update IBSS beacon timestamp properlySujith2009-03-051-3/+5
* mac80211: Give it some time to do the TSF syncAlina Friedrichsen2009-02-271-0/+5
* mac80211: Don't merge with the same BSSIDAlina Friedrichsen2009-02-271-0/+4
* mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen2009-02-271-11/+19
* mac80211: split IBSS/managed codeJohannes Berg2009-02-271-0/+888