aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-12-15mac80211: delay IBSS station insertionJohannes Berg1-32/+122
2011-12-15mac80211: refactor station state transitionsJohannes Berg1-1/+4
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich1-0/+1
2011-12-13mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter1-1/+3
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon1-9/+74
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich1-0/+18
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller1-0/+3
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2011-09-30mac80211: optimise station flagsJohannes Berg1-2/+2
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davemJohn W. Linville1-3/+3
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-2/+2
2011-09-20mac80211: fix indentationAlexander Simon1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-06-08mac80211: fix IBSS teardown raceJohannes Berg1-2/+4
2011-05-16mac80211: sparse RCU annotationsJohannes Berg1-3/+8
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan1-6/+1
2011-04-04mac80211: fix suppressing probe responses in ad-hoc modeFelix Fietkau1-2/+1
2011-02-25mac80211: remove IBSS merge delayJohannes Berg1-5/+0
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-14mac80211: reply to directed probes in IBSSJohannes Berg1-5/+6
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-11-24cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau1-1/+2
2010-11-16mac80211: add support for setting the ad-hoc multicast rateFelix Fietkau1-0/+1
2010-10-25mac80211: Fix ibss station got expired immediatelyRajkumar Manoharan1-0/+1
2010-10-05mac80211: Add WME information element for IBSSBruno Randolf1-22/+43
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-2/+2
2010-08-16mac80211: per interface idle notificationJohannes Berg1-2/+6
2010-07-21mac80211: proper IBSS lockingJohannes Berg1-45/+52
2010-07-21mac80211: fix IBSS lockdep complaintJohannes Berg1-5/+14
2010-06-14mac80211: remove BSS from cfg80211 list when leaving IBSSTeemu Paasikivi1-0/+25
2010-06-14mac80211: Set changed basic rates flagTeemu Paasikivi1-0/+1
2010-06-14mac80211: Set basic rates while joining ibss networkTeemu Paasikivi1-1/+3
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg1-26/+0
2010-06-14mac80211: common work skb freeingJohannes Berg1-2/+0
2010-06-14mac80211: use common work functionJohannes Berg1-25/+4
2010-06-14mac80211: use common work structJohannes Berg1-7/+6
2010-06-14mac80211: use common skb queueJohannes Berg1-4/+3
2010-06-03mac80211: remove bogus mod_timer() callJohannes Berg1-3/+11
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+3
2010-05-07mac80211: improve HT channel handlingJohannes Berg1-2/+3
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-4/+23
2010-05-05mac80211: use fixed channel in ibss join when appropriateJohannes Berg1-0/+6
2010-05-03mac80211: improve IBSS scanningJohannes Berg1-3/+6
2010-04-30mac80211: tell driver about IBSS mergeJohannes Berg1-0/+6
2010-04-28mac80211: notify driver about IBSS statusJohannes Berg1-1/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1