aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear1-0/+7
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+1
2012-10-23cfg80211: add tracing for P2P Device start/stopJohannes Berg1-2/+2
2012-10-18cfg80211: fix antenna gain handlingFelix Fietkau1-2/+1
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-5/+5
2012-10-18cfg80211: add support for flushing old scan resultsSam Leffler1-0/+2
2012-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+51
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-2/+51
2012-08-06cfg80211: process pending events when unregistering net deviceDaniel Drake1-0/+5
2012-07-17cfg80211: make regulatory_update() staticLuis R. Rodriguez1-1/+0
2012-07-17cfg80211: rename reg_device_remove() to wiphy_regulatory_deregister()Luis R. Rodriguez1-3/+5
2012-07-17cfg80211: add cellular base station regulatory hint supportLuis R. Rodriguez1-0/+1
2012-07-13cfg80211: reduce monitor interface trackingJohannes Berg1-47/+1
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+1
2012-07-09nl80211: don't assume wdev->netdev existsJohannes Berg1-1/+6
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg1-6/+7
2012-07-08cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev1-2/+3
2012-07-04cfg80211: fix locking regression in monitor channel trackingJohannes Berg1-6/+2
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-2/+8
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior1-0/+2
2012-06-29cfg80211: add channel checking for iface combinationsMichal Kazior1-0/+8
2012-06-29cfg80211: set initial monitor channelMichal Kazior1-0/+31
2012-06-29cfg80211: track monitor channelMichal Kazior1-1/+7
2012-06-29cfg80211: track monitor interfaces countMichal Kazior1-0/+24
2012-06-29cfg80211: .stop_ap when interface is going downMichal Kazior1-0/+3
2012-06-27cfg80211: don't allow WoWLAN support without CONFIG_PMJohannes Berg1-0/+4
2012-06-20cfg80211: make some functions staticJohannes Berg1-63/+0
2012-05-16Net: wireless: core.c: fixed checkpatch warningsCristian Chilipirea1-2/+2
2012-04-16cfg80211: enforce lack of interface combinationsJohannes Berg1-4/+0
2012-04-11cfg80211/mac80211: enable proper device_set_wakeup_enable handlingJohannes Berg1-1/+4
2011-11-09nl80211: advertise device AP SMEJohannes Berg1-0/+4
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+7
2011-09-14cfg80211: hold reg_mutex when updating regulatorySven Neumann1-1/+1
2011-08-22mac80211: fix suspend/resume races with unregister hwStanislaw Gruszka1-0/+7
2011-07-20cfg80211: enter psm when working as p2p_cliEliad Peller1-1/+2
2011-07-15nl80211: advertise GTK rekey support, new triggersJohannes Berg1-0/+4
2011-07-05cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho1-3/+9
2011-05-16cfg80211: advertise possible interface combinationsJohannes Berg1-0/+69
2011-05-12cfg80211/mac80211: avoid bounce back mac->cfg->mac on sched_scan_stoppedLuciano Coelho1-1/+0
2011-05-12cfg80211: restrict AP beacon intervalsJohannes Berg1-0/+1
2011-05-11cfg80211/nl80211: add support for scheduled scansLuciano Coelho1-1/+11
2011-05-05nl80211/cfg80211: WoWLAN supportJohannes Berg1-0/+8
2011-04-25cfg80211: module_param to disable HT40 in 2.4GHz bandAmitkumar Karwar1-0/+17
2011-02-03cfg80211: Fix power save state after interface type changeJuuso Oikarinen1-7/+13
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-6/+16
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-2/+13
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches1-4/+4
2010-10-11Revert "wireless: Use first phyX name available when registering phy devices."Johannes Berg1-30/+24
2010-10-05wireless: Use first phyX name available when registering phy devices.Ben Greear1-24/+30
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-9/+12