aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/wext-compat.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-08cfg80211: remove enum station_info_flagsGravatar Johannes Berg 1-5/+5
2014-09-11cfg80211: clear wext keys when freeing and removing themGravatar Johannes Berg 1-0/+2
2014-04-25cfg80211: change wiphy_to_dev function nameGravatar Zhao, Gang 1-16/+16
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Gravatar Zhao, Gang 1-4/+4
2014-01-09cfg80211: add sanity check for retry limit in wext-compatGravatar Ujjal Roy 1-1/+1
2014-01-06cfg80211: fix wext-compat for getting retry valueGravatar Ujjal Roy 1-2/+2
2013-05-25cfg80211: vastly simplify lockingGravatar Johannes Berg 1-18/+4
2012-12-07wext: explicitly cast -110 to u8Gravatar Johannes Berg 1-1/+1
2012-11-26nl80211/cfg80211: support VHT channel configurationGravatar Johannes Berg 1-1/+3
2012-11-26cfg80211: pass a channel definition structGravatar Johannes Berg 1-9/+17
2012-10-30cfg80211: allow per interface TX power settingGravatar Johannes Berg 1-2/+2
2012-10-18cfg80211: add wrappers for registered_device_opsGravatar Hila Gonen 1-26/+22
2012-07-13cfg80211/mac80211: re-add get_channel operationGravatar Johannes Berg 1-2/+7
2012-06-29cfg80211/mac80211: remove .get_channelGravatar Michal Kazior 1-7/+2
2012-06-06cfg80211: clarify set_channel APIsGravatar Johannes Berg 1-8/+2
2012-06-05cfg80211: provide channel to join_mesh functionGravatar Johannes Berg 1-1/+11
2012-06-05cfg80211: disallow setting channel on WDS interfacesGravatar Johannes Berg 1-1/+0
2012-04-13cfg80211: Add channel information to NL80211_CMD_GET_INTERFACEGravatar Pontus Fuchs 1-1/+2
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+12
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsGravatar Johannes Berg 1-0/+12
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-08-08cfg80211: remove unused wext handler exportsGravatar Johannes Berg 1-78/+58
2011-08-08cfg80211: split wext compatibility to separate headerGravatar Johannes Berg 1-0/+1
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2011-02-21fix cfg80211_wext_siwfreq lock ordering...Gravatar Daniel J Blueman 1-2/+2
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jGravatar Bruno Randolf 1-1/+4
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysGravatar Johannes Berg 1-4/+4
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Gravatar Ben Greear 1-0/+4
2010-10-06cfg80211/mac80211: allow per-station GTKsGravatar Johannes Berg 1-13/+25
2010-08-30wireless extensions: fix kernel heap content leakGravatar Johannes Berg 1-0/+3
2010-07-20wireless: correct sparse warning in wext-compat.cGravatar John W. Linville 1-0/+1
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsGravatar Juuso Oikarinen 1-5/+5
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-5/+10
2010-05-07cfg80211/mac80211: better channel handlingGravatar Johannes Berg 1-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-19nl80211: add power save commandsGravatar Kalle Valo 1-5/+5
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'Gravatar John W. Linville 1-1/+1
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlGravatar Jouni Malinen 1-4/+30
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Gravatar John W. Linville 1-0/+1
2009-12-21wireless: report reasonable bitrate for MCS rates through wextGravatar John W. Linville 1-4/+1
2009-12-09cfg80211: Clear encryption privacy when key off is done.Gravatar Vivek Natarajan 1-0/+1
2009-11-28cfg80211: Add PMKSA wext compatibility handlerGravatar Samuel Ortiz 1-0/+42
2009-11-18cfg80211: re-join IBSS when privacy changesGravatar Johannes Berg 1-9/+40
2009-11-02cfg80211: Fix WEXT compat siwauth wpa and group cipherGravatar Jouni Malinen 1-4/+2
2009-09-21trivial: remove unnecessary semicolonsGravatar Joe Perches 1-1/+1
2009-08-28cfg80211: clean up properly on interface type changeGravatar Johannes Berg 1-13/+3
2009-08-20cfg80211: export cfg80211_wext_siwfreqGravatar Jussi Kivilinna 1-0/+1
2009-08-14cfg80211: fix locking for SIWFREQGravatar Johannes Berg 1-1/+1
2009-08-14cfg80211: validate channel settings across interfacesGravatar Johannes Berg 1-36/+19
2009-07-29cfg80211: self-contained wext handling where possibleGravatar Johannes Berg 1-0/+40