aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+13
2014-05-19cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg1-12/+12
2014-05-15mac80211: Handle the CSA counters correctlyAndrei Otcheretianski1-2/+2
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-7/+17
2014-05-15cfg80211: Support multiple CSA countersAndrei Otcheretianski1-2/+8
2014-05-15mac80211: Update CSA counters in mgmt framesAndrei Otcheretianski1-1/+16
2014-05-08mac80211: fix sparse warning caused by __ieee80211_channel_switch()Luciano Coelho1-2/+3
2014-05-08mac80211: disconnect iface if CSA unexpectedly failsMichal Kazior1-4/+15
2014-05-06mac80211: split CSA finalize functionMichal Kazior1-24/+37
2014-05-06mac80211: fix CSA tx queue stoppingMichal Kazior1-13/+64
2014-05-05mac80211: move TDLS code to another fileArik Nemtsov1-314/+0
2014-05-05mac80211: set an external flag for TDLS stationsArik Nemtsov1-0/+2
2014-04-28mac80211: Support dynamic AP mode channel width changesJouni Malinen1-0/+16
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior1-1/+1
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9
2014-04-09mac80211: protect AP VLAN list with local->mtxMichal Kazior1-2/+3
2014-04-09cfg80211/mac80211: move more combination checks to mac80211Luciano Coelho1-0/+9
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-2/+0
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-03-03mac80211: refactor channel switch functionMichal Kazior1-50/+63
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic1-4/+4
2014-02-20cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt Undekari1-2/+2
2014-02-20Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-21/+23
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-21/+23
2014-02-06mac80211: remove superfluous band variableJohannes Berg1-3/+0
2014-02-06mac80211: release the channel in error path in start_apEmmanuel Grumbach1-1/+4
2014-02-06mac80211: avoid deadlock revealed by lockdepEmmanuel Grumbach1-2/+1
2014-02-06mac80211: move roc cookie assignment earlierEliad Peller1-18/+18
2014-02-06mac80211: move VHT related RX_FLAG to another variableEmmanuel Grumbach1-3/+3
2014-02-05mac80211: update opmode when adding new stationMarek Kwaczynski1-0/+12
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-1/+6
2014-02-04mac80211: fix sdata->radar_required lockingMichal Kazior1-2/+2
2014-02-04mac80211: fix possible memory leak on AP CSA failureMichal Kazior1-2/+3
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-6/+7
2014-02-04mac80211: make cfg80211 ops and privid constJohannes Berg1-1/+1
2014-02-04mac80211: Fix ROC duration == 0 handlingIlan Peer1-12/+12
2014-02-04mac80211: mesh: remove mesh_id checkJohannes Berg1-3/+0
2014-02-04mac80211: fix the increment of mesh precedence valueChun-Yeow Yeoh1-6/+6
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-30/+85
2014-02-04mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho1-3/+6
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen1-0/+1
2013-12-30cfg80211/mac80211: correct qos-map lockingJohannes Berg1-1/+1
2013-12-19mac80211: Add support for QoS mappingKyeyoon Park1-0/+26
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-4/+22
2013-12-19mac80211: remove unnecessary iflist_mtx lockingJohannes Berg1-2/+0
2013-12-16mac80211: read station mgmt keys via get_key callMax Stepanov1-1/+2
2013-12-16mac80211: check pairwise key_idx on get_key callMax Stepanov1-2/+2
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho1-2/+2
2013-12-16mac80211: make ieee80211_assign_beacon() staticLuciano Coelho1-2/+2
2013-12-16mac80211: free all AP/VLAN keys at onceJohannes Berg1-4/+1