aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg1-0/+2
2010-09-16include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches1-49/+0
2010-08-31wireless: register wiphy rfkill w/o holding cfg80211_mutexJohn W. Linville1-9/+12
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-4/+4
2010-08-16cfg80211: support sysfs namespacesJohannes Berg1-1/+6
2010-07-27wireless: Convert wiphy_debug macro to functionJoe Perches1-0/+49
2010-07-21cfg80211: fix race between sysfs and cfg80211Maxime Bizon1-6/+8
2010-06-18cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König1-1/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+2
2010-04-27cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-19nl80211: add power save commandsKalle Valo1-7/+9
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-0/+4
2010-01-22cfg80211: export multiple MAC addresses in sysfsJohannes Berg1-0/+12
2010-01-19cfg80211: rcu-ify rdev and wdevJohannes Berg1-11/+15
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek1-0/+1
2010-01-11cfg80211: fix refcount imbalance when wext is disabledJohannes Berg1-2/+2
2009-11-28wireless : use a dedicated workqueue for cfg80211.Alban Browaeys1-1/+11
2009-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-4/+13
2009-11-19cfg80211: disallow bridging managed/adhoc interfacesJohannes Berg1-0/+4
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-4/+9
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-30cfg80211/mac80211: use debugfs_remove_recursiveJohannes Berg1-2/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07wireless: implement basic ethtool support for cfg80211 devicesJohn W. Linville1-0/+3
2009-10-07wext: refactorJohannes Berg1-6/+8
2009-10-05cfg80211: assign device type in netdev notifier callbackMarcel Holtmann1-0/+7
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg1-53/+1
2009-08-28cfg80211: check lost scans later, fix bugJohannes Berg1-1/+3
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi1-1/+3
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg1-13/+63
2009-08-20cfg80211: fix deadlockJohannes Berg1-12/+18
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg1-1/+3
2009-08-14cfg80211: check for and abort dangling scan requestsJohannes Berg1-1/+9
2009-08-14cfg80211: add missing device list lockingJohannes Berg1-0/+2
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+5
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez1-3/+1
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg1-1/+2
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-0/+3
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-5/+70