summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/regd.c
Commit message (Expand)AuthorAgeFilesLines
* ath: export alpha2 helperMichal Kazior2016-10-041-1/+2
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-8/+8
* ath: use CTL region from cfg80211 if unset in EEPROMFelix Fietkau2014-10-231-0/+14
* ath: remove camel case from struct reg_dmn_pair_mappingKalle Valo2014-02-141-5/+5
* cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-2/+0
* ath: fix warning on usage of REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-3/+6
* ath: fix dynamic user regulatory domain supportLuis R. Rodriguez2013-12-051-6/+22
* ath: dynamic user allow check helper to the topLuis R. Rodriguez2013-12-051-12/+11
* ath: move dynamic_country_user_possible() to the topLuis R. Rodriguez2013-12-051-72/+72
* ath: fix usage of freq_reg_info()Luis R. Rodriguez2013-12-051-1/+1
* ath: move the channel for ath_reg_apply_beaconing_flags() into helperLuis R. Rodriguez2013-12-051-19/+20
* ath: simplify ath_reg_apply_beaconing_flags()Luis R. Rodriguez2013-12-051-21/+10
* ath: rename ath_reg_apply_active_scan_flags() to ath_reg_apply_ir_flags()Luis R. Rodriguez2013-12-051-3/+3
* ath: clean up ath_reg_apply_active_scan_flags()Luis R. Rodriguez2013-12-051-38/+63
* ath: fix logic on ath_reg_apply_active_scan_flags()Luis R. Rodriguez2013-12-051-6/+6
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-021-29/+23
|\
| * cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez2013-11-251-1/+2
| * cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-251-2/+2
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-251-27/+20
* | ath: fix dynamic user regulatory settingsLuis R. Rodriguez2013-11-151-1/+2
|/
* ath: add support for proper dynamic regulatory hintsLuis R. Rodriguez2013-10-181-0/+84
* ath: split user and driver reguluatory hint parsingLuis R. Rodriguez2013-10-181-0/+1
* ath: move common dynamic regulatory domain setting to a helperLuis R. Rodriguez2013-10-181-18/+37
* ath: add VHT80 support for regulatory domainsLuis R. Rodriguez2013-06-121-3/+3
* wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-10/+8
* regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-031-10/+6
* regulatory: remove handling of channel bandwidthJohannes Berg2013-01-031-5/+2
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-1/+3
* ath: optimize processing of CTLs for country IEs for world roaming cardsLuis R. Rodriguez2011-12-131-4/+51
* ath: add a helper for processing reg data on initLuis R. Rodriguez2011-12-131-5/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | ath: Fix NULL ptr dereference in ath_reg_apply_world_flagsHelmut Schaa2011-11-081-0/+2
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-3/+5
|\
| * ath: fix 0x6C for beaconing/passive scan flags based on country IELuis R. Rodriguez2011-04-191-0/+1
| * ath: Add a missing world regulatory domain 0x6CSenthil Balasubramanian2011-04-141-3/+4
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* ath: Add function to check if 4.9GHz channels are allowedBruno Randolf2011-01-281-0/+7
* ath: fix NULL pointer dereference on reg_notifier()Luis R. Rodriguez2010-12-161-0/+8
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-1/+2
|\
| * ath: fix code readability in regd.cLuis de Bethencourt2010-04-061-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* ath: fix WARN_ON with Polish (Poland) Contry codeChristian Lamparter2010-02-081-2/+3
* cfg80211: convert bools into flagsJohannes Berg2009-11-191-3/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-0/+17
|\
| * ath: add support for special 0x8000 regulatory domainLuis R. Rodriguez2009-07-211-0/+17
* | ath: remove unnecessary return in ath_regd_get_band_ctlBob Copeland2009-07-101-2/+0
|/
* ath: make regulatory parsing more verbose on debugLuis R. Rodriguez2009-06-031-4/+25