summaryrefslogtreecommitdiff
path: root/net/wireless/reg.c
AgeCommit message (Expand)Author
2014-06-23Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"Johannes Berg
2014-05-21cfg80211: don't set reg timeout for user-handled hintArik Nemtsov
2014-04-25cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy
2014-04-22cfg80211: fix processing world regdomain when non modularLuis R. Rodriguez
2014-04-22cfg80211: avoid freeing last_request while in flightArik Nemtsov
2014-04-11cfg80211: reg: set DFS CAC time in case of custom regdJanusz Dziedzic
2014-04-09cfg80211: Enable GO operation on indoor channelsIlan Peer
2014-04-09cfg80211: Add an option to hint indoor operationIlan Peer
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer
2014-04-09cfg80211: Add Kconfig option for cellular BS hintsIlan Peer
2014-04-09cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel
2014-04-09cfg80211: regulatory: use RCU_INIT_POINTERMonam Agarwal
2014-03-20Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-03cfg80211: allow reprocessing of pending requestsLuis R. Rodriguez
2014-02-25cfg80211: regulatory: allow getting DFS CAC time from userspaceJanusz Dziedzic
2014-02-25cfg80211: regulatory: allow user to set world regdomainJanusz Dziedzic
2014-02-25cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic
2014-02-25cfg80211: regulatory: simplify uevent sendingJohannes Berg
2014-02-21cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flagJanusz Dziedzic
2014-02-19cfg80211: bugfix in regulatory user hint processInbal Hacohen
2014-02-05cfg80211: regulatory introduce maximum bandwidth calculationJanusz Dziedzic
2014-02-04net: wireless: move regulatory timeout work to power efficient workqueueShaibal Dutta
2014-02-04cfg80211: add helper reg_get_regdomain() functionJanusz Dziedzic
2014-02-04cfg80211: make device_type constJohannes Berg
2014-02-04cfg80211: fix few minor issues in reg_process_hint()Ilan Peer
2014-01-13cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez
2013-12-03cfg80211: add reg_get_dfs_region()Luis R. Rodriguez
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez
2013-11-25cfg80211: add an option to disable processing country IEsLuis R. Rodriguez
2013-11-25cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez
2013-11-25cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez
2013-11-25cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez
2013-11-25cfg80211: set user regulatory updates on its ownLuis R. Rodriguez
2013-11-25cfg80211: set core regulatory updates on its ownLuis R. Rodriguez
2013-11-25cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez
2013-11-25cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez
2013-11-25cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez
2013-11-25cfg80211: add helper for calling CRDALuis R. Rodriguez
2013-11-25cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez
2013-11-25cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez
2013-11-25cfg80211: process non country IE conflicting firstLuis R. Rodriguez
2013-11-25cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez
2013-11-25cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez
2013-11-25cfg80211: process user regulatory requests on its ownLuis R. Rodriguez
2013-11-25cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez