summaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez2012-04-091-0/+10
* wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu2012-01-241-17/+2
* cfg80211: relicense reg.c reg.h and genregdb.awk to ISCLuis R. Rodriguez2012-01-041-4/+13
* cfg80211: replace reg.c Nokia commit 269ac5Luis R. Rodriguez2012-01-041-3/+3
* cfg80211: replace reg.c Nokia commit c4c32294Luis R. Rodriguez2012-01-041-6/+6
* wireless: Protect regdomain change by mutexDmitry Shmidt2012-01-041-1/+4
* cfg80211: Restore orig channel values upon disconnectRajkumar Manoharan2011-12-161-0/+26
* cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez2011-12-161-4/+16
* cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan2011-12-131-2/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-021-14/+34
|\
| * cfg80211: amend regulatory NULL dereference fixLuis R. Rodriguez2011-11-301-2/+4
| * cfg80211: fix race on init and driver registrationLuis R. Rodriguez2011-11-301-16/+27
| * cfg80211: fix regulatory NULL dereferenceJohannes Berg2011-11-211-0/+4
| * cfg80211: fix bug on regulatory core exit on access to last_requestLuis R. Rodriguez2011-11-091-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+2
|\ \
| * | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
| * | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-311-0/+1
| |/
* | cfg80211: pass DFS region to drivers through reg_notifier()Luis R. Rodriguez2011-11-211-0/+2
* | cfg80211: process regulatory DFS region for countriesLuis R. Rodriguez2011-11-211-0/+37
|/
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+1
|\
| * wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan2011-09-161-0/+1
* | cfg80211: reorder code to obsolete forward declarationSven Neumann2011-09-141-11/+8
* | cfg80211: hold reg_mutex when updating regulatorySven Neumann2011-09-141-2/+15
* | cfg80211: print bandwidth in chan_reg_rule_print_dbg()Pavel Roskin2011-09-131-1/+2
* | cfg80211: Update REG_DBG_PRINT macro and usesJoe Perches2011-08-091-8/+6
|/
* wireless: fix a typo in ignore_reg_updateMihai Moldovan2011-07-261-1/+1
* cfg80211: really ignore the regulatory requestSven Neumann2011-07-261-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