summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: ibss: fix ignored channel parameterSimon Wunderlich2013-08-211-4/+29
* mac80211: add missing channel context releaseJohannes Berg2013-08-211-0/+1
* Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli2013-06-181-34/+7
* mac80211: change IBSS channel state to chandefSimon Wunderlich2013-06-181-11/+11
* mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich2013-06-181-0/+2
* cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-251-24/+15
* {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-3/+7
* mac80211: parse VHT channel switch IEsJohannes Berg2013-04-161-1/+1
* mac80211: provide SSID in IBSS modeMarek Puzyniak2013-04-101-0/+4
* mac80211: check DSSS params IE length in parserJohannes Berg2013-04-081-1/+1
* mac80211: ibss: use beacon_data struct for beacon and probe responseJohannes Berg2013-03-251-67/+64
* mac80211: ibss: disable beaconing before freeing beaconJohannes Berg2013-03-251-9/+12
* mac80211: cleanup suspend/resume on ibss modeStanislaw Gruszka2013-03-061-28/+1
* mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-15/+8
* mac80211: simplify idle handlingJohannes Berg2013-02-111-8/+0
* cfg80211: move TSF into IEsJohannes Berg2013-02-111-4/+10
* cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-311-2/+2
* mac80211: track enable_beacon explicitlyJohannes Berg2013-01-031-0/+3
* mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach2013-01-031-33/+17
* mac80211: remove final sta_info_flush()Johannes Berg2013-01-031-2/+2
* mac80211: fix ibss scanningStanislaw Gruszka2013-01-031-5/+4
* Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville2012-12-111-0/+14
|\
| * mac80211: adapt slot time in IBSS modeSimon Wunderlich2012-12-041-0/+14
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-261-19/+27
|\|
| * mac80211: convert to channel definition structJohannes Berg2012-11-261-16/+18
| * nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-6/+7
| * cfg80211: pass a channel definition structJohannes Berg2012-11-261-9/+12
| * mac80211: in ADHOC print debug message for every Auth messageAntonio Quartulli2012-11-261-2/+4
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-24/+5
|\|
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-24/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-4/+4
|\ \ | |/ |/|
| * mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich2012-11-131-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-1/+1
|\|
| * mac80211: fix SSID copy on IBSS JOINAntonio Quartulli2012-10-261-1/+1
* | mac80211: Notify new IBSS network creationSujith Manoharan2012-10-181-3/+8
* | mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen2012-10-171-2/+2
* | mac80211: track needed RX chains for channel contextsJohannes Berg2012-10-171-0/+3
* | mac80211: use channel contextsJohannes Berg2012-10-171-36/+34
|/
* mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier2012-09-201-1/+1
* mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli2012-09-071-1/+32
* mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-201-1/+4
* mac80211: use eth_broadcast_addrJohannes Berg2012-07-311-1/+1
* mac80211: use oper_channel in ibssJohannes Berg2012-07-311-4/+4
* mac80211: clean up debuggingJohannes Berg2012-06-241-46/+43
* mac80211: two small verbose debug cleanupsJohannes Berg2012-06-221-1/+1
* mac80211: send auth in IBSS only if userspace isn't handling itWill Hawkins2012-06-201-1/+1
* cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg2012-06-051-2/+1
* net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches2012-06-051-51/+28
* net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-06-051-49/+39