summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: refactor channel switch functionMichal Kazior2014-03-031-50/+63
* cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic2014-02-251-4/+4
* cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari2014-02-201-2/+2
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2014-02-201-21/+23
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-131-21/+23
| |\
| | * mac80211: release the channel in error path in start_apEmmanuel Grumbach2014-02-061-1/+4
| | * mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach2014-02-061-2/+1Star
| | * mac80211: move roc cookie assignment earlierEliad Peller2014-02-061-18/+18
* | | mac80211: remove superfluous band variableJohannes Berg2014-02-061-3/+0Star
|/ /
* | mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach2014-02-061-3/+3
* | mac80211: update opmode when adding new stationMarek Kwaczynski2014-02-051-0/+12
* | mac80211: add missing CSA lockingMichal Kazior2014-02-041-1/+6
* | mac80211: fix sdata->radar_required lockingMichal Kazior2014-02-041-2/+2
* | mac80211: fix possible memory leak on AP CSA failureMichal Kazior2014-02-041-2/+3
* | mac80211: batch CSA bss info notificationMichal Kazior2014-02-041-6/+7
* | mac80211: make cfg80211 ops and privid constJohannes Berg2014-02-041-1/+1
* | mac80211: Fix ROC duration == 0 handlingIlan Peer2014-02-041-12/+12
* | mac80211: mesh: remove mesh_id checkJohannes Berg2014-02-041-3/+0Star
* | mac80211: fix the increment of mesh precedence valueChun-Yeow Yeoh2014-02-041-6/+6
* | mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho2014-02-041-30/+85
* | mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho2014-02-041-3/+6
|/
* mac80211: sync dtim_count to TSFThomas Pedersen2014-01-061-0/+1
* cfg80211/mac80211: correct qos-map lockingJohannes Berg2013-12-301-1/+1
* mac80211: Add support for QoS mappingKyeyoon Park2013-12-191-0/+26
* mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg2013-12-191-4/+22
* mac80211: remove unnecessary iflist_mtx lockingJohannes Berg2013-12-191-2/+0Star
* mac80211: read station mgmt keys via get_key callMax Stepanov2013-12-161-1/+2
* mac80211: check pairwise key_idx on get_key callMax Stepanov2013-12-161-2/+2
* mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho2013-12-161-2/+2
* mac80211: make ieee80211_assign_beacon() staticLuciano Coelho2013-12-161-2/+2
* mac80211: free all AP/VLAN keys at onceJohannes Berg2013-12-161-4/+1Star
* mac80211: optimise mixed AP/VLAN station removalJohannes Berg2013-12-161-3/+1Star
* mac80211: don't delay station destructionJohannes Berg2013-12-161-7/+3Star
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-161-4/+11
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-4/+11
| |\
| | * mac80211: fix the mesh channel switch supportChun-Yeow Yeoh2013-11-251-1/+9
| | * mac80211: fix for mesh beacon update on powersaveJavier Lopez2013-11-251-1/+1
| | * Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-11-251-2/+1Star
* | | cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic2013-12-051-2/+2
|/ /
* | mac80211: don't leak next beacon when csa is abortedSimon Wunderlich2013-12-021-0/+3
* | mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich2013-12-021-1/+0Star
* | cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2013-12-021-6/+15
* | mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2013-12-021-8/+12
* | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-14/+15
* | mac80211: move csa_chandef to sdataLuciano Coelho2013-11-251-5/+4Star
* | mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-251-2/+2
* | mac80211: add generic cipher scheme supportMax Stepanov2013-11-251-6/+25
* | cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-251-1/+4
|/
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-11-051-6/+136
|\
| * mac80211: fix uninitialized variableMichal Kazior2013-10-281-1/+1