summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
AgeCommit message (Expand)Author
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf
2011-01-04cfg80211: fix transposition of words in printkBob Copeland
2010-12-16cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez
2010-11-24net/wireless: Use pr_<level> and netdev_<level>Joe Perches
2010-11-22cfg80211: Fix regulatory bug with multiple cards and delaysLuis R. Rodriguez
2010-11-22cfg80211: move mutex locking to reg_process_pending_hints()Luis R. Rodriguez
2010-11-22cfg80211: move reg_work and reg_todo aboveLuis R. Rodriguez
2010-11-22cfg80211: put core regulatory request into queueLuis R. Rodriguez
2010-11-15cfg80211: prefix REG_DBG_PRINT() with cfg80211Luis R. Rodriguez
2010-11-15cfg80211: add debug print when processing a channelLuis R. Rodriguez
2010-11-15cfg80211: add debug print when disabling a channel on a custom regdLuis R. Rodriguez
2010-11-15cfg80211: add debug prints for when we ignore regulatory hintsLuis R. Rodriguez
2010-11-15cfg80211: fix disabling channels based on hintsLuis R. Rodriguez
2010-11-15cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYLuis R. Rodriguez
2010-11-15cfg80211: pass the reg hint initiator to helpersLuis R. Rodriguez
2010-10-25cfg80211: fix regression on processing country IEsLuis R. Rodriguez
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg
2010-08-16wireless: upcase alpha2 values in queue_regulatory_requestJohn W. Linville
2010-07-28cfg80211: Update of regulatory request initiator handlingYuri Ershov
2010-07-26wireless: remove unneeded variable from regulatory_hint_11d()Dan Carpenter
2010-07-20wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville
2010-07-20wireless: only use alpha2 regulatory information from country IEJohn W. Linville
2010-06-24wireless: mark reg_mutex as staticJohn W. Linville
2010-06-18wireless: move regulatory_init to .init.textUwe Kleine-König
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-03-31wireless: remove trailing space in messagesFrans Pop
2010-03-30wireless: convert reg_regdb_search_lock to mutexJohn W. Linville
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-01cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsLuis R. Rodriguez
2010-01-15cfg80211: make regulatory_hint_11d() band specificLuis R. Rodriguez
2010-01-14cfg80211: Ingore country IEs with a zero set of number of channelsLuis R. Rodriguez
2010-01-14cfg80211: fix 2 GHz subband calculation for country IEsLuis R. Rodriguez
2010-01-12cfg80211: Fix country IE parsing for single channel tripletsLuis R. Rodriguez
2010-01-12cfg80211: process the max power on a country IELuis R. Rodriguez
2010-01-12cfg80211: add debug print when we drop a bogus country IELuis R. Rodriguez
2010-01-05wireless: fix build breakage when CONFIG_CFG80211_REG_DEBUG not setJohn W. Linville
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2010-01-05cfg80211: add a regulatory debug printLuis R. Rodriguez
2010-01-04cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez
2009-12-28wireless: remove CONFIG_WIRELESS_OLD_REGULATORYJohn W. Linville
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-21wireless: support internal statically compiled regulatory databaseJohn W. Linville
2009-12-10wireless: update old static regulatory domain rulesJohn W. Linville
2009-12-04cfg80211: indent regulatory messages with spacesKalle Valo
2009-11-19cfg80211: convert bools into flagsJohannes Berg