aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-01cfg80211: Stop calling crda if it is not responsiveIlan peer1-5/+29
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-44/+67
2015-03-17cfg80211: Process all pending regulatory requests/hintsBen1-0/+7
2015-03-06cfg80211: Schedule timeout for all CRDA callsIlan peer1-10/+5
2015-03-06cfg80211: Add API to change the indoor regulatory settingIlan peer1-4/+53
2015-03-06cfg80211: Simplify the handling of regulatory indoor settingIlan peer1-31/+3
2015-02-24cfg80211: fix n_reg_rules to match world_regdomJason Abele1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+34
2015-01-14cfg80211: avoid reg-hints in self-managed only systemsArik Nemtsov1-0/+25
2015-01-14cfg80211: introduce sync regdom set API for self-managedArik Nemtsov1-2/+29
2015-01-07cfg80211: fix deadlock during reg chan checkArik Nemtsov1-22/+34
2015-01-07Merge branch 'mac80211' into mac80211-nextJohannes Berg1-7/+13
2014-12-17cfg80211: avoid intersection when applying self-managed regArik Nemtsov1-3/+13
2014-12-17cfg80211: allow wiphy specific regdomain managementJonathan Doron1-0/+88
2014-12-17cfg80211: allow usermode to query wiphy specific regdomArik Nemtsov1-1/+1
2014-12-12cfg80211: correctly check ad-hoc channelsArik Nemtsov1-1/+7
2014-12-12cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach1-5/+2
2014-12-12cfg80211: use __force __rcu to suppress sparse warningJohannes Berg1-1/+1
2014-12-12cfg80211: avoid mem leak on driver hint setArik Nemtsov1-1/+4
2014-11-28cfg80211: leave invalid channels on regdomain changeArik Nemtsov1-1/+106
2014-11-19cfg80211: explicitly initialize some fields in custom reg pathArik Nemtsov1-0/+3
2014-11-19cfg80211: update missing fields in custom regulatory pathArik Nemtsov1-0/+10
2014-11-10cfg80211: introduce regulatory flags controlling bwArik Nemtsov1-2/+34
2014-09-05cfg80211: avoid duplicate entries on regdomain intersectionEliad Peller1-21/+60
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-06-23Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg1-15/+7
2014-05-21cfg80211: don't set reg timeout for user-handled hintArik Nemtsov1-1/+2
2014-04-25cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy1-7/+15
2014-04-22cfg80211: fix processing world regdomain when non modularLuis R. Rodriguez1-1/+1
2014-04-22cfg80211: avoid freeing last_request while in flightArik Nemtsov1-8/+16
2014-04-11cfg80211: reg: set DFS CAC time in case of custom regdJanusz Dziedzic1-0/+7
2014-04-09cfg80211: Enable GO operation on indoor channelsIlan Peer1-0/+5
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer1-1/+57
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-0/+29
2014-04-09cfg80211: Add Kconfig option for cellular BS hintsIlan Peer1-1/+1
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel1-0/+2
2014-04-09cfg80211: regulatory: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-03-20Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-44/+42
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+10
2014-03-03cfg80211: allow reprocessing of pending requestsLuis R. Rodriguez1-6/+8
2014-02-25cfg80211: regulatory: allow getting DFS CAC time from userspaceJanusz Dziedzic1-6/+26
2014-02-25cfg80211: regulatory: allow user to set world regdomainJanusz Dziedzic1-3/+0
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic1-1/+9
2014-02-25cfg80211: regulatory: simplify uevent sendingJohannes Berg1-29/+8
2014-02-21cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic1-36/+47
2014-02-19cfg80211: bugfix in regulatory user hint processInbal Hacohen1-1/+1
2014-02-05cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic1-16/+114
2014-02-04net: wireless: move regulatory timeout work to power efficient workqueueShaibal Dutta1-3/+6
2014-02-04cfg80211: add helper reg_get_regdomain() functionJanusz Dziedzic1-11/+17
2014-02-04cfg80211: make device_type constJohannes Berg1-1/+1