summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: rename mesh station typesThomas Pedersen2013-03-061-4/+4
* nl80211: explicit userspace MPMThomas Pedersen2013-03-061-0/+2
* cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen2013-03-061-0/+41
* cfg80211: add ability to override VHT capabilitiesJohannes Berg2013-03-061-0/+12
* cfg80211: comprehensively check station changesJohannes Berg2013-03-061-3/+45
* cfg80211: constify station parameter pointersJohannes Berg2013-03-061-4/+4
* cfg80211: clean up mesh plink station change APIJohannes Berg2013-03-061-13/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-21/+205
|\
| * cfg80211: Pass station (extended) capability info to kernelJouni Malinen2013-02-151-0/+8
| * cfg80211: advertise extended capabilities to userspaceJohannes Berg2013-02-151-0/+11
| * cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg2013-02-151-0/+12
| * nl80211/cfg80211: add radar detection command/eventSimon Wunderlich2013-02-151-0/+46
| * cfg80211: configuration for WoWLAN over TCPJohannes Berg2013-02-131-1/+54
| * nl80211: add packet offset information for wowlan patternAmitkumar Karwar2013-02-131-0/+4
| * cfg80211: move TSF into IEsJohannes Berg2013-02-111-3/+2Star
| * cfg80211: remove scan ies NULL checkJohannes Berg2013-02-111-4/+4
| * cfg80211: track hidden SSID networks properlyJohannes Berg2013-02-111-0/+9
| * wireless: fix kernel-docJohannes Berg2013-02-111-4/+6
| * cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+4
| * cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-4/+0Star
| * cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-041-4/+8
| * cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0Star
| * cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-311-0/+41
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-081-4/+38
|\|
| * cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan2013-01-251-0/+34
| * cfg80211: Move the definition of struct mac_address upVasanthakumar Thiagarajan2013-01-251-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-79/+133
|\|
| * cfg80211: check radar interface combinationsSimon Wunderlich2013-01-161-0/+2
| * cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2013-01-161-0/+2
| * nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel2013-01-161-0/+4
| * {cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2013-01-161-0/+21
| * {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-161-0/+4
| * {cfg,mac}80211.h: fix some kernel-doc warningsYacine Belkadi2013-01-161-66/+93
| * wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-2/+2
| * wireless: use __alignedJohannes Berg2013-01-031-2/+2
| * regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-031-9/+9
| * regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg2013-01-031-1/+1
| * regulatory: remove handling of channel bandwidthJohannes Berg2013-01-031-7/+1Star
* | net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko2013-01-071-1/+1
|/
* cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-14/+27
* nl80211: support P2P GO powersave configurationJohannes Berg2012-11-271-0/+7
* cfg80211: rework chandef checking and export itJohannes Berg2012-11-271-3/+18
* nl80211/cfg80211: add VHT MCS supportJohannes Berg2012-11-261-7/+17
* nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-4/+69
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-30/+35
* cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-261-9/+2Star
* cfg80211: change function signature of cfg80211_get_p2p_attr()Arend van Spriel2012-11-261-2/+3
* cfg80211: Add TDLS event to allow drivers to request operationsJouni Malinen2012-11-191-0/+19
* wireless: add utility function to get P2P attributeJohannes Berg2012-11-061-0/+19
* cfg80211: allow registering more than one beacon listenerBen Greear2012-11-051-2/+1Star