aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26wireless: fix a typo in ignore_reg_updateGravatar Mihai Moldovan 1-1/+1
2011-07-26cfg80211: really ignore the regulatory requestGravatar Sven Neumann 1-2/+3
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+0
2011-05-10wireless: Fix warnings due to -Wunused-but-set-variableGravatar Rajkumar Manoharan 1-2/+0
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-1/+2
2011-04-26cfg80211: fix regresion on reg user timeoutGravatar Luis R. Rodriguez 1-1/+2
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-2/+69
2011-04-07cfg80211: add a timer for invalid user reg hintsGravatar Luis R. Rodriguez 1-1/+24
2011-04-07cfg80211: fix regulatory restore upon user hintsGravatar Luis R. Rodriguez 1-1/+45
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-09net/wireless: add COUNTRY to to regulatory device ueventGravatar Scott James Remnant 1-11/+28
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jGravatar Bruno Randolf 1-3/+3
2011-01-04cfg80211: fix transposition of words in printkGravatar Bob Copeland 1-1/+1
2010-12-16cfg80211: fix null pointer dereference with a custom regulatory requestGravatar Luis R. Rodriguez 1-1/+2
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Gravatar Joe Perches 1-29/+18
2010-11-22cfg80211: Fix regulatory bug with multiple cards and delaysGravatar Luis R. Rodriguez 1-9/+43
2010-11-22cfg80211: move mutex locking to reg_process_pending_hints()Gravatar Luis R. Rodriguez 1-8/+8
2010-11-22cfg80211: move reg_work and reg_todo aboveGravatar Luis R. Rodriguez 1-2/+3
2010-11-22cfg80211: put core regulatory request into queueGravatar Luis R. Rodriguez 1-6/+1
2010-11-15cfg80211: prefix REG_DBG_PRINT() with cfg80211Gravatar Luis R. Rodriguez 1-16/+15
2010-11-15cfg80211: add debug print when processing a channelGravatar Luis R. Rodriguez 1-0/+39
2010-11-15cfg80211: add debug print when disabling a channel on a custom regdGravatar Luis R. Rodriguez 1-0/+5
2010-11-15cfg80211: add debug prints for when we ignore regulatory hintsGravatar Luis R. Rodriguez 1-3/+39
2010-11-15cfg80211: fix disabling channels based on hintsGravatar Luis R. Rodriguez 1-1/+19
2010-11-15cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYGravatar Luis R. Rodriguez 1-0/+1
2010-11-15cfg80211: pass the reg hint initiator to helpersGravatar Luis R. Rodriguez 1-4/+8
2010-10-25cfg80211: fix regression on processing country IEsGravatar Luis R. Rodriguez 1-1/+1
2010-09-16cfg80211/mac80211: use lockdep_assert_heldGravatar Johannes Berg 1-1/+5
2010-08-16wireless: upcase alpha2 values in queue_regulatory_requestGravatar John W. Linville 1-9/+7
2010-07-28cfg80211: Update of regulatory request initiator handlingGravatar Yuri Ershov 1-1/+2
2010-07-26wireless: remove unneeded variable from regulatory_hint_11d()Gravatar Dan Carpenter 1-4/+1
2010-07-20wireless: remove unnecessary reg_same_country_ie_hintGravatar John W. Linville 1-45/+0
2010-07-20wireless: only use alpha2 regulatory information from country IEGravatar John W. Linville 1-613/+12
2010-06-24wireless: mark reg_mutex as staticGravatar John W. Linville 1-1/+1
2010-06-18wireless: move regulatory_init to .init.textGravatar Uwe Kleine-König 1-2/+2
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-3/+3
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-7/+5
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-7/+5
2010-03-31wireless: remove trailing space in messagesGravatar Frans Pop 1-3/+3
2010-03-30wireless: convert reg_regdb_search_lock to mutexGravatar John W. Linville 1-7/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-01cfg80211: add regulatory hint disconnect supportGravatar Luis R. Rodriguez 1-3/+154
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsGravatar Luis R. Rodriguez 1-3/+1
2010-01-15cfg80211: make regulatory_hint_11d() band specificGravatar Luis R. Rodriguez 1-20/+54
2010-01-14cfg80211: Ingore country IEs with a zero set of number of channelsGravatar Luis R. Rodriguez 1-0/+6
2010-01-14cfg80211: fix 2 GHz subband calculation for country IEsGravatar Luis R. Rodriguez 1-2/+2
2010-01-12cfg80211: Fix country IE parsing for single channel tripletsGravatar Luis R. Rodriguez 1-4/+221
2010-01-12cfg80211: process the max power on a country IEGravatar Luis R. Rodriguez 1-1/+1
2010-01-12cfg80211: add debug print when we drop a bogus country IEGravatar Luis R. Rodriguez 1-1/+3
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setGravatar John W. Linville 1-3/+3