aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/regd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-12ath: add VHT80 support for regulatory domainsLuis R. Rodriguez1-3/+3
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez1-10/+8
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-10/+6
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-5/+2
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-1/+3
2011-12-13ath: optimize processing of CTLs for country IEs for world roaming cardsLuis R. Rodriguez1-4/+51
2011-12-13ath: add a helper for processing reg data on initLuis R. Rodriguez1-5/+17
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-08ath: Fix NULL ptr dereference in ath_reg_apply_world_flagsHelmut Schaa1-0/+2
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+5
2011-04-19ath: fix 0x6C for beaconing/passive scan flags based on country IELuis R. Rodriguez1-0/+1
2011-04-14ath: Add a missing world regulatory domain 0x6CSenthil Balasubramanian1-3/+4
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-28ath: Add function to check if 4.9GHz channels are allowedBruno Randolf1-0/+7
2010-12-16ath: fix NULL pointer dereference on reg_notifier()Luis R. Rodriguez1-0/+8
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+2
2010-04-06ath: fix code readability in regd.cLuis de Bethencourt1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-08ath: fix WARN_ON with Polish (Poland) Contry codeChristian Lamparter1-2/+3
2009-11-19cfg80211: convert bools into flagsJohannes Berg1-3/+2
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+17
2009-07-21ath: add support for special 0x8000 regulatory domainLuis R. Rodriguez1-0/+17
2009-07-10ath: remove unnecessary return in ath_regd_get_band_ctlBob Copeland1-2/+0
2009-06-03ath: make regulatory parsing more verbose on debugLuis R. Rodriguez1-4/+25
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez1-4/+6
2009-04-22cfg80211: clean up includesJohannes Berg1-1/+0
2009-04-22atheros: fix propagation of bad EEPROM on regulatory initLuis R. Rodriguez1-1/+1
2009-04-22ath: space cleanupLuis R. Rodriguez1-14/+19
2009-04-22ath: move more setup code into ath_regd_initBob Copeland1-13/+42
2009-04-22atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland1-0/+519