aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-12-031-4/+4
* mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-11-171-1/+1
* mac80211: fix IBSS teardown raceJohannes Berg2011-06-081-2/+4
* mac80211: sparse RCU annotationsJohannes Berg2011-05-161-3/+8
* mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-6/+1
* mac80211: fix suppressing probe responses in ad-hoc modeFelix Fietkau2011-04-041-2/+1
* mac80211: remove IBSS merge delayJohannes Berg2011-02-251-5/+0
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+1
* mac80211: reply to directed probes in IBSSJohannes Berg2011-02-141-5/+6
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+4
|\
| * mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey2010-12-131-0/+4
* | cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau2010-11-241-1/+2
* | mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau2010-11-161-0/+1
|/
* mac80211: Fix ibss station got expired immediatelyRajkumar Manoharan2010-10-251-0/+1
* mac80211: Add WME information element for IBSSBruno Randolf2010-10-051-22/+43
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-2/+2
* mac80211: per interface idle notificationJohannes Berg2010-08-161-2/+6
* mac80211: proper IBSS lockingJohannes Berg2010-07-211-45/+52
* mac80211: fix IBSS lockdep complaintJohannes Berg2010-07-211-5/+14
* mac80211: remove BSS from cfg80211 list when leaving IBSSTeemu Paasikivi2010-06-141-0/+25
* mac80211: Set changed basic rates flagTeemu Paasikivi2010-06-141-0/+1
* mac80211: Set basic rates while joining ibss networkTeemu Paasikivi2010-06-141-1/+3
* mac80211: pull mgmt frame rx into rx handlerJohannes Berg2010-06-141-26/+0
* mac80211: common work skb freeingJohannes Berg2010-06-141-2/+0
* mac80211: use common work functionJohannes Berg2010-06-141-25/+4
* mac80211: use common work structJohannes Berg2010-06-141-7/+6
* mac80211: use common skb queueJohannes Berg2010-06-141-4/+3
* mac80211: remove bogus mod_timer() callJohannes Berg2010-06-031-3/+11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-2/+3
|\
| * mac80211: improve HT channel handlingJohannes Berg2010-05-071-2/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-051-4/+23
|\ \ | |/
| * mac80211: use fixed channel in ibss join when appropriateJohannes Berg2010-05-051-0/+6
| * mac80211: improve IBSS scanningJohannes Berg2010-05-031-3/+6
| * mac80211: tell driver about IBSS mergeJohannes Berg2010-04-301-0/+6
| * mac80211: notify driver about IBSS statusJohannes Berg2010-04-281-1/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mac80211: (really) fix rates setup on IBSS mergeBruno Randolf2010-03-161-8/+8
* | Revert "mac80211: fix rates setup on IBSS merge"John W. Linville2010-03-161-3/+0
* | mac80211: fix rates setup on IBSS mergeBruno Randolf2010-03-091-0/+3
|/
* 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