summaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: move csa counters from sdata to beacon/prespMichal Kazior2014-06-231-1/+1
* mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa2014-05-271-0/+1
* mac80211: Support multiple CSA countersAndrei Otcheretianski2014-05-151-1/+1
* cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho2014-04-091-3/+29
* cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho2014-04-091-16/+16
* cfg80211: Enable GO operation on additional channelsIlan Peer2014-04-091-3/+6
* mac80211: use RCU_INIT_POINTERMonam Agarwal2014-04-091-1/+1
* cfg80211/mac80211: ignore signal if the frame was heard on wrong channelEmmanuel Grumbach2014-03-191-10/+2Star
* mac80211: ibss: handle cfg80211_chandef_dfs_required() error codesLuciano Coelho2014-02-211-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-4/+1Star
|\
| * mac80211: Fix IBSS disconnectSujith Manoharan2014-02-061-4/+1Star
* | cfg80211: fix channel configuration in IBSS joinAntonio Quartulli2014-02-041-1/+1
* | mac80211: remove set but unused variablesJohannes Berg2014-02-041-3/+0Star
* | mac80211: send ibss probe responses with noack flagSimon Wunderlich2014-02-041-0/+5
* | mac80211: ibss: remove unnecessary call to release channelLuciano Coelho2014-02-041-1/+0Star
* | mac80211: add missing CSA lockingMichal Kazior2014-02-041-0/+2
* | mac80211: fix sdata->radar_required lockingMichal Kazior2014-02-041-1/+1
* | mac80211: batch CSA bss info notificationMichal Kazior2014-02-041-4/+3Star
* | mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho2014-02-041-6/+0Star
|/
* mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg2013-12-191-0/+7
* mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho2013-12-161-1/+4
* mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho2013-12-161-48/+13Star
* mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho2013-12-161-0/+4
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-161-0/+4
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-0/+4
| |\
| | * mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich2013-12-021-0/+4
* | | mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich2013-12-051-2/+2
|/ /
* / mac80211: move csa_chandef to sdataLuciano Coelho2013-11-251-3/+3
|/
* {nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh2013-10-281-54/+0Star
* mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh2013-10-281-6/+7
* mac80211: enable DFS for IBSS modeSimon Wunderlich2013-10-281-5/+44
* mac80211: add explicit IBSS driver operationsJohannes Berg2013-10-011-2/+20
* mac80211: send a CSA action frame when changing channelSimon Wunderlich2013-09-261-0/+60
* mac80211: add support for CSA in IBSS modeSimon Wunderlich2013-09-261-6/+348
* mac80211: split off ibss disconnectSimon Wunderlich2013-09-261-80/+92
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-281-4/+30
|\
| * mac80211: ibss: fix ignored channel parameterSimon Wunderlich2013-08-211-4/+29
| * mac80211: add missing channel context releaseJohannes Berg2013-08-211-0/+1
* | mac80211: move ibss presp generation in own functionSimon Wunderlich2013-08-161-76/+109
* | mac80211: ibss - do not scan if not needed when creating an IBSSAntonio Quartulli2013-08-121-0/+11
* | mac80211: ibss - remove not authorized station earlierAntonio Quartulli2013-08-011-1/+29
* | mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich2013-07-161-1/+3
* | mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich2013-07-161-2/+10
* | mac80211: return if IBSS chandef can not be usedSimon Wunderlich2013-07-161-0/+8
* | mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich2013-07-161-4/+12
* | cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich2013-07-161-4/+15
* | mac80211: select and adjust bitrates according to channel modeSimon Wunderlich2013-07-161-19/+62
* | mac80211: enable HT overrides for ibssSimon Wunderlich2013-07-161-2/+16
|/
* Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli2013-06-181-34/+7Star
* mac80211: change IBSS channel state to chandefSimon Wunderlich2013-06-181-11/+11