summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: set auth flags after other station infoArik Nemtsov2014-06-231-3/+13
* mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho2014-06-231-39/+13Star
* mac80211: introduce refcount for queue_stop_reasonsLuciano Coelho2014-06-231-3/+6
* mac80211: move csa counters from sdata to beacon/prespMichal Kazior2014-06-231-23/+44
* cfg80211: make ethtool the driver's responsibilityJohannes Berg2014-06-231-340/+0Star
* mac80211: remove weak WEP IV accountingJohannes Berg2014-06-231-2/+1Star
* mac80211: export the expected throughputAntonio Quartulli2014-05-211-0/+13
* cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-12/+12
* mac80211: Handle the CSA counters correctlyAndrei Otcheretianski2014-05-151-2/+2
* mac80211: Support multiple CSA countersAndrei Otcheretianski2014-05-151-7/+17
* cfg80211: Support multiple CSA countersAndrei Otcheretianski2014-05-151-2/+8
* mac80211: Update CSA counters in mgmt framesAndrei Otcheretianski2014-05-151-1/+16
* mac80211: fix sparse warning caused by __ieee80211_channel_switch()Luciano Coelho2014-05-081-2/+3
* mac80211: disconnect iface if CSA unexpectedly failsMichal Kazior2014-05-081-4/+15
* mac80211: split CSA finalize functionMichal Kazior2014-05-061-24/+37
* mac80211: fix CSA tx queue stoppingMichal Kazior2014-05-061-13/+64
* mac80211: move TDLS code to another fileArik Nemtsov2014-05-051-314/+0Star
* mac80211: set an external flag for TDLS stationsArik Nemtsov2014-05-051-0/+2
* mac80211: Support dynamic AP mode channel width changesJouni Malinen2014-04-281-0/+16
* mac80211: compute chanctx refcount on-the-flyMichal Kazior2014-04-251-1/+1
* mac80211: fix racy usage of chanctx->refcountMichal Kazior2014-04-251-8/+9
* mac80211: protect AP VLAN list with local->mtxMichal Kazior2014-04-091-2/+3
* cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho2014-04-091-0/+9
* cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho2014-04-091-2/+0Star
* mac80211: use RCU_INIT_POINTERMonam Agarwal2014-04-091-1/+1
* 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