summaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix no-op authorized transitionsJohannes Berg2012-01-131-1/+1
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-2/+2
* cfg80211: Return beacon loss count in stationPaul Stewart2011-12-191-1/+3
* mac80211: refactor station state transitionsJohannes Berg2011-12-151-15/+61
* mac80211: use station mutex in configurationJohannes Berg2011-12-151-6/+6
* mac80211: remove duplicate TDLS peer verificationJohannes Berg2011-12-151-14/+0
* cfg80211: validate nl80211 station handling betterJohannes Berg2011-12-151-0/+8
* {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-281-0/+3
* {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-281-0/+6
* mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov2011-11-281-1/+1
* mac80211: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+11
* mac80211: Support ht-cap over-rides.Ben Greear2011-11-211-1/+1
* mac80211: fix warning in ieee80211_probe_clientJohannes Berg2011-11-111-4/+5
* mac80211: Save probe response data for bssArik Nemtsov2011-11-111-3/+35
* mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg2011-11-111-0/+9
* mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov2011-11-111-1/+9
* mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa2011-11-091-1/+4
* cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg2011-11-091-3/+8
* mac80211: support client probeJohannes Berg2011-11-091-0/+68
* mac80211: add support for control port protocol in AP modeJohannes Berg2011-11-091-1/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-091-6/+6
|\
| * mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-021-6/+6
* | mac80211: fix confusing parenthesesJohannes Berg2011-11-081-1/+1
|/
* Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-171-2/+20
|\
| * mac80211: Provide station flags to cfg80211Helmut Schaa2011-10-141-1/+19
| * mac80211: fix offchannel TX cookie matchingJohannes Berg2011-10-111-1/+1
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-10-111-17/+363
|\|
| * mac80211: optimise station flagsJohannes Berg2011-09-301-20/+24
| * mac80211: data path modification for TDLS peersArik Nemtsov2011-09-301-0/+10
| * nl80211/mac80211: allow adding TDLS peers as stationsArik Nemtsov2011-09-301-0/+20
| * mac80211: handle TDLS high-level commands and framesArik Nemtsov2011-09-301-0/+310
| * cfg80211/mac80211: apply station uAPSD parameters selectivelyJohannes Berg2011-09-301-2/+4
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville2011-09-301-3/+9
|\|
| * mac80211: save tx params per sdataEliad Peller2011-09-271-2/+3
| * cfg80211/mac80211: add netdev param to set_txq_params()Eliad Peller2011-09-271-0/+1
| * mac80211: Send the management frame at requested rateRajkumar Manoharan2011-09-271-0/+3
| * nl80211/cfg80211: Add support to disable CCK rate for management frameRajkumar Manoharan2011-09-271-1/+2
* | Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville2011-09-191-2/+19
|\|
| * mac80211: add ssid config to bss information in AP-modeArik Nemtsov2011-09-141-1/+18
| * mac80211: Remove mesh paths when an interface is removedJavier Cardona2011-09-131-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-291-0/+19
|\|
| * mac80211: add uapsd_queues and max_sp params fieldsEliad Peller2011-08-261-0/+3
| * mac80211: mesh gate fixesThomas Pedersen2011-08-261-0/+8
| * {nl,cfg,mac}80211: let userspace make meshif mesh gateJavier Cardona2011-08-241-0/+4
| * {nl,cfg,mac}80211: let userspace set RANN intervalJavier Cardona2011-08-241-0/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-221-39/+0
|\|
| * mac80211: remove offchannel_tx APIJohannes Berg2011-08-081-39/+0
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-4/+4
|/
* mac80211: reconfigure tx on device reconfigurationEliad Peller2011-07-181-0/+4
* mac80211: fix CMAC racesJohannes Berg2011-07-081-6/+7