aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/ibss.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-4/+30
2013-08-21mac80211: ibss: fix ignored channel parameterGravatar Simon Wunderlich 1-4/+29
2013-08-21mac80211: add missing channel context releaseGravatar Johannes Berg 1-0/+1
2013-08-16mac80211: move ibss presp generation in own functionGravatar Simon Wunderlich 1-76/+109
2013-08-12mac80211: ibss - do not scan if not needed when creating an IBSSGravatar Antonio Quartulli 1-0/+11
2013-08-01mac80211: ibss - remove not authorized station earlierGravatar Antonio Quartulli 1-1/+29
2013-07-16mac80211: fix off-by-one regression in ibss beacon generationGravatar Simon Wunderlich 1-1/+3
2013-07-16mac80211: fix regression when initializing ibss wmm paramsGravatar Simon Wunderlich 1-2/+10
2013-07-16mac80211: return if IBSS chandef can not be usedGravatar Simon Wunderlich 1-0/+8
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSGravatar Simon Wunderlich 1-4/+12
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthGravatar Simon Wunderlich 1-4/+15
2013-07-16mac80211: select and adjust bitrates according to channel modeGravatar Simon Wunderlich 1-19/+62
2013-07-16mac80211: enable HT overrides for ibssGravatar Simon Wunderlich 1-2/+16
2013-06-18Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Gravatar Antonio Quartulli 1-34/+7
2013-06-18mac80211: change IBSS channel state to chandefGravatar Simon Wunderlich 1-11/+11
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsGravatar Simon Wunderlich 1-0/+2
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Gravatar Johannes Berg 1-24/+15
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Gravatar Ashok Nagarajan 1-3/+7
2013-04-16mac80211: parse VHT channel switch IEsGravatar Johannes Berg 1-1/+1
2013-04-10mac80211: provide SSID in IBSS modeGravatar Marek Puzyniak 1-0/+4
2013-04-08mac80211: check DSSS params IE length in parserGravatar Johannes Berg 1-1/+1
2013-03-25mac80211: ibss: use beacon_data struct for beacon and probe responseGravatar Johannes Berg 1-67/+64
2013-03-25mac80211: ibss: disable beaconing before freeing beaconGravatar Johannes Berg 1-9/+12
2013-03-06mac80211: cleanup suspend/resume on ibss modeGravatar Stanislaw Gruszka 1-28/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Gravatar Johannes Berg 1-15/+8
2013-02-11mac80211: simplify idle handlingGravatar Johannes Berg 1-8/+0
2013-02-11cfg80211: move TSF into IEsGravatar Johannes Berg 1-4/+10
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssGravatar Johannes Berg 1-2/+2
2013-01-31mac80211: start auth/assoc timeout on frame statusGravatar Johannes Berg 1-2/+2
2013-01-03mac80211: track enable_beacon explicitlyGravatar Johannes Berg 1-0/+3
2013-01-03mac82011: use frame control to differentiate probe resp/beaconGravatar Emmanuel Grumbach 1-33/+17
2013-01-03mac80211: remove final sta_info_flush()Gravatar Johannes Berg 1-2/+2
2013-01-03mac80211: fix ibss scanningGravatar Stanislaw Gruszka 1-5/+4
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextGravatar John W. Linville 1-0/+14
2012-12-04mac80211: adapt slot time in IBSS modeGravatar Simon Wunderlich 1-0/+14
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-19/+27
2012-11-26mac80211: convert to channel definition structGravatar Johannes Berg 1-16/+18
2012-11-26nl80211/cfg80211: support VHT channel configurationGravatar Johannes Berg 1-6/+7
2012-11-26cfg80211: pass a channel definition structGravatar Johannes Berg 1-9/+12
2012-11-26mac80211: in ADHOC print debug message for every Auth messageGravatar Antonio Quartulli 1-2/+4
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-24/+5
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-4/+4
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDGravatar Thomas Pedersen 1-24/+5
2012-11-13mac80211: deinitialize ibss-internals after emptiness checkGravatar Simon Wunderlich 1-4/+4
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+1
2012-10-26mac80211: fix SSID copy on IBSS JOINGravatar Antonio Quartulli 1-1/+1
2012-10-18mac80211: Notify new IBSS network creationGravatar Sujith Manoharan 1-3/+8
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authGravatar Jouni Malinen 1-2/+2
2012-10-17mac80211: track needed RX chains for channel contextsGravatar Johannes Berg 1-0/+3
2012-10-17mac80211: use channel contextsGravatar Johannes Berg 1-36/+34