aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c
Commit message (Expand)AuthorAgeFilesLines
...
* | mac80211: ignore peers if security is enabled for this meshJavier Cardona2011-04-121-0/+1
* | nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-121-8/+7
* | nl80211: Add BSS parameters to stationPaul Stewart2011-04-071-1/+12
|/
* mac80211: implement support for cfg80211_ops->{get,set}_ringparamJohn W. Linville2011-03-111-0/+17
* mac80211: do not enable ps if 802.1x controlled port is unblockedJason Young2011-03-111-0/+4
* mac80211: add support for showing the last rx bitrateFelix Fietkau2011-03-011-9/+22
* mac80211: support direct offchannel TX offloadJohannes Berg2011-02-251-0/+39
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-0/+2
|\
| * mac80211: fix TX status cookie in HW offload caseJohannes Berg2011-02-021-0/+2
* | mac80211: Properly set work-item channel-type.Ben Greear2011-02-091-0/+1
* | mac80211: allow GO to scan like APJohannes Berg2011-02-031-2/+5
* | mac80211: Be more careful when changing channels.Ben Greear2011-02-031-3/+16
|/
* mac80211: implement off-channel TX using hw r-o-c offloadJohannes Berg2011-01-051-0/+59
* mac80211: implement hardware offload for remain-on-channelJohannes Berg2011-01-051-0/+83
* mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona2010-12-201-0/+1
* mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-201-4/+35
* mac80211: Rename mesh_params to mesh_config to prepare for mesh_setupJavier Cardona2010-12-201-4/+4
* mac80211: support separate default keysJohannes Berg2010-12-131-1/+1
* cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg2010-12-131-1/+2
* mac80211: Apply ht_opmode changes in ieee80211_change_bssHelmut Schaa2010-12-081-0/+6
* nl80211/mac80211: Report signal averageBruno Randolf2010-12-071-1/+2
* cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-061-9/+30
* cfg80211: require add_virtual_intf to return new devJohannes Berg2010-12-061-8/+12
* nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-061-0/+2
* mac80211: implement off-channel mgmt TXJohannes Berg2010-11-291-5/+88
* nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg2010-11-291-2/+5
* Revert "nl80211/mac80211: Report signal average"John W. Linville2010-11-241-2/+1
* nl80211/mac80211: Report signal averageBruno Randolf2010-11-181-1/+2
* mac80211: Add antenna configurationBruno Randolf2010-11-161-0/+19
* mac80211: support hardware TX fragmentation offloadArik Nemtsov2010-11-161-0/+7
* mac80211: add probe request filter flagJohannes Berg2010-10-131-0/+18
* wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear2010-10-111-1/+3
* cfg80211: constify WDS addressJohannes Berg2010-10-071-1/+1
* nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf2010-10-061-0/+4
* cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-9/+23
* mac80211: fix deadlock with multiple interfacesJohannes Berg2010-10-051-1/+1
* cfg80211/mac80211: allow management frame TX in AP modeJohannes Berg2010-10-051-1/+6
* mac80211: fix rx monitor filter refcountersChristian Lamparter2010-10-051-2/+30
* mac80211: add p2p device type supportJohannes Berg2010-09-161-7/+18
* mac80211: use correct station flags lockJohannes Berg2010-09-161-2/+3
* mac80211: support runtime interface type changesJohannes Berg2010-08-271-3/+0
* mac80211: switch to ieee80211_sdata_runningJohannes Berg2010-08-271-4/+2
* mac80211: allow vendor specific cipher suitesJohannes Berg2010-08-271-2/+3
* mac80211: fix mesh advertisementJohannes Berg2010-08-251-33/+0
* net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-3/+3
* cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-6/+6
* mac80211: remove unused don't-encrypt flagJohannes Berg2010-08-241-2/+0
* mac80211: use cipher suite selectorsJohannes Berg2010-08-161-32/+12
* mac80211: Don't squash error codes in key setup functionsBen Hutchings2010-08-161-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-291-9/+4
|\