aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa1-0/+1
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-1/+1
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho1-3/+29
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-16/+16
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-3/+6
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-03-19cfg80211/mac80211: ignore signal if the frame was heard on wrong channelEmmanuel Grumbach1-10/+2
2014-02-21mac80211: ibss: handle cfg80211_chandef_dfs_required() error codesLuciano Coelho1-0/+5
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+1
2014-02-06mac80211: Fix IBSS disconnectSujith Manoharan1-4/+1
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+1
2014-02-04mac80211: remove set but unused variablesJohannes Berg1-3/+0
2014-02-04mac80211: send ibss probe responses with noack flagSimon Wunderlich1-0/+5
2014-02-04mac80211: ibss: remove unnecessary call to release channelLuciano Coelho1-1/+0
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
2014-02-04mac80211: fix sdata->radar_required lockingMichal Kazior1-1/+1
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-4/+3
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-6/+0
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-0/+7
2013-12-16mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-1/+4
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho1-48/+13
2013-12-16mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho1-0/+4
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-0/+4
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+4
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-3/+3
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh1-54/+0
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh1-6/+7
2013-10-28mac80211: enable DFS for IBSS modeSimon Wunderlich1-5/+44
2013-10-01mac80211: add explicit IBSS driver operationsJohannes Berg1-2/+20
2013-09-26mac80211: send a CSA action frame when changing channelSimon Wunderlich1-0/+60
2013-09-26mac80211: add support for CSA in IBSS modeSimon Wunderlich1-6/+348
2013-09-26mac80211: split off ibss disconnectSimon Wunderlich1-80/+92
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-4/+30
2013-08-21mac80211: ibss: fix ignored channel parameterSimon Wunderlich1-4/+29
2013-08-21mac80211: add missing channel context releaseJohannes Berg1-0/+1
2013-08-16mac80211: move ibss presp generation in own functionSimon Wunderlich1-76/+109
2013-08-12mac80211: ibss - do not scan if not needed when creating an IBSSAntonio Quartulli1-0/+11
2013-08-01mac80211: ibss - remove not authorized station earlierAntonio Quartulli1-1/+29
2013-07-16mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich1-1/+3
2013-07-16mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich1-2/+10
2013-07-16mac80211: return if IBSS chandef can not be usedSimon Wunderlich1-0/+8
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich1-4/+12
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-4/+15
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-19/+62
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich1-2/+16
2013-06-18Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli1-34/+7
2013-06-18mac80211: change IBSS channel state to chandefSimon Wunderlich1-11/+11
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich1-0/+2