aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-12-091-16/+27
* cfg80211: fix regulatory NULL dereferenceJohannes Berg2011-12-091-0/+4
* cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez2011-11-261-0/+3
* wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan2011-10-031-0/+1
* cfg80211: really ignore the regulatory requestSven Neumann2011-08-041-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-2/+0
|\
| * wireless: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-05-101-2/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-1/+2
|\ \ | |/
| * cfg80211: fix regresion on reg user timeoutLuis R. Rodriguez2011-04-261-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-2/+69
|\ \ | |/
| * cfg80211: add a timer for invalid user reg hintsLuis R. Rodriguez2011-04-071-1/+24
| * cfg80211: fix regulatory restore upon user hintsLuis R. Rodriguez2011-04-071-1/+45
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* net/wireless: add COUNTRY to to regulatory device ueventScott James Remnant2011-03-091-11/+28
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-3/+3
* cfg80211: fix transposition of words in printkBob Copeland2011-01-041-1/+1
* cfg80211: fix null pointer dereference with a custom regulatory requestLuis R. Rodriguez2010-12-161-1/+2
* net/wireless: Use pr_<level> and netdev_<level>Joe Perches2010-11-241-29/+18
* cfg80211: Fix regulatory bug with multiple cards and delaysLuis R. Rodriguez2010-11-221-9/+43
* cfg80211: move mutex locking to reg_process_pending_hints()Luis R. Rodriguez2010-11-221-8/+8
* cfg80211: move reg_work and reg_todo aboveLuis R. Rodriguez2010-11-221-2/+3
* cfg80211: put core regulatory request into queueLuis R. Rodriguez2010-11-221-6/+1
* cfg80211: prefix REG_DBG_PRINT() with cfg80211Luis R. Rodriguez2010-11-151-16/+15
* cfg80211: add debug print when processing a channelLuis R. Rodriguez2010-11-151-0/+39
* cfg80211: add debug print when disabling a channel on a custom regdLuis R. Rodriguez2010-11-151-0/+5
* cfg80211: add debug prints for when we ignore regulatory hintsLuis R. Rodriguez2010-11-151-3/+39
* cfg80211: fix disabling channels based on hintsLuis R. Rodriguez2010-11-151-1/+19
* cfg80211: fix allowing country IEs for WIPHY_FLAG_STRICT_REGULATORYLuis R. Rodriguez2010-11-151-0/+1
* cfg80211: pass the reg hint initiator to helpersLuis R. Rodriguez2010-11-151-4/+8
* cfg80211: fix regression on processing country IEsLuis R. Rodriguez2010-10-251-1/+1
* cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-161-1/+5
* wireless: upcase alpha2 values in queue_regulatory_requestJohn W. Linville2010-08-161-9/+7
* cfg80211: Update of regulatory request initiator handlingYuri Ershov2010-07-281-1/+2
* wireless: remove unneeded variable from regulatory_hint_11d()Dan Carpenter2010-07-261-4/+1
* wireless: remove unnecessary reg_same_country_ie_hintJohn W. Linville2010-07-201-45/+0
* wireless: only use alpha2 regulatory information from country IEJohn W. Linville2010-07-201-613/+12
* wireless: mark reg_mutex as staticJohn W. Linville2010-06-241-1/+1
* wireless: move regulatory_init to .init.textUwe Kleine-König2010-06-181-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-3/+3
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-7/+5
| |\
| * | wireless: remove trailing space in messagesFrans Pop2010-03-311-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-7/+5
|\ \ \ | | |/ | |/|
| * | wireless: convert reg_regdb_search_lock to mutexJohn W. Linville2010-03-301-7/+5
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez2010-02-011-3/+154
* cfg80211: avoid flushing the global workqueue for core reg hintsLuis R. Rodriguez2010-02-011-3/+1
* cfg80211: make regulatory_hint_11d() band specificLuis R. Rodriguez2010-01-151-20/+54
* cfg80211: Ingore country IEs with a zero set of number of channelsLuis R. Rodriguez2010-01-141-0/+6
* cfg80211: fix 2 GHz subband calculation for country IEsLuis R. Rodriguez2010-01-141-2/+2
* cfg80211: Fix country IE parsing for single channel tripletsLuis R. Rodriguez2010-01-121-4/+221