Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05050753602626ed4c46271c689929b625f409e7
/
net
/
wireless
/
reg.c
0505075
cfg80211: Add API to change the indoor regulatory setting
by Ilan peer
· 10 years ago
0c4ddcd
cfg80211: Simplify the handling of regulatory indoor setting
by Ilan peer
· 10 years ago
95f873f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
ef51fb1
cfg80211: avoid reg-hints in self-managed only systems
by Arik Nemtsov
· 10 years ago
2c3e861
cfg80211: introduce sync regdom set API for self-managed
by Arik Nemtsov
· 10 years ago
2065870
cfg80211: fix deadlock during reg chan check
by Arik Nemtsov
· 10 years ago
3a4b0c9
Merge branch 'mac80211' into mac80211-next
by Johannes Berg
· 10 years ago
db8dfee
cfg80211: avoid intersection when applying self-managed reg
by Arik Nemtsov
· 10 years ago
b0d7aa5
cfg80211: allow wiphy specific regdomain management
by Jonathan Doron
· 10 years ago
ad30ca2
cfg80211: allow usermode to query wiphy specific regdom
by Arik Nemtsov
· 10 years ago
185076d
cfg80211: correctly check ad-hoc channels
by Arik Nemtsov
· 10 years ago
70dcec5
cfg80211: don't WARN about two consecutive Country IE hint
by Emmanuel Grumbach
· 10 years ago
cec3f0e
cfg80211: use __force __rcu to suppress sparse warning
by Johannes Berg
· 10 years ago
34f05f5
cfg80211: avoid mem leak on driver hint set
by Arik Nemtsov
· 10 years ago
ad932f0
cfg80211: leave invalid channels on regdomain change
by Arik Nemtsov
· 10 years ago
c7ab508
cfg80211: explicitly initialize some fields in custom reg path
by Arik Nemtsov
· 10 years ago
2e18b38
cfg80211: update missing fields in custom regulatory path
by Arik Nemtsov
· 10 years ago
a6d4a53
cfg80211: introduce regulatory flags controlling bw
by Arik Nemtsov
· 10 years ago
a62a1ae
cfg80211: avoid duplicate entries on regdomain intersection
by Eliad Peller
· 10 years ago
2740f0c
cfg80211: add Intel Mobile Communications copyright
by Johannes Berg
· 10 years ago
e33e224
Revert "cfg80211: Use 5MHz bandwidth by default when checking usable channels"
by Johannes Berg
· 10 years ago
4d3df54
cfg80211: don't set reg timeout for user-handled hint
by Arik Nemtsov
· 10 years ago
8eca1fb
cfg80211: Use 5MHz bandwidth by default when checking usable channels
by Rostislav Lisovy
· 11 years ago
96cce12
cfg80211: fix processing world regdomain when non modular
by Luis R. Rodriguez
· 11 years ago
c888393
cfg80211: avoid freeing last_request while in flight
by Arik Nemtsov
· 11 years ago
4f267c1
cfg80211: reg: set DFS CAC time in case of custom regd
by Janusz Dziedzic
· 11 years ago
c8866e5
cfg80211: Enable GO operation on indoor channels
by Ilan Peer
· 11 years ago
52616f2
cfg80211: Add an option to hint indoor operation
by Ilan Peer
· 11 years ago
174e0cd
cfg80211: Enable GO operation on additional channels
by Ilan Peer
· 11 years ago
94fc661
cfg80211: Add Kconfig option for cellular BS hints
by Ilan Peer
· 11 years ago
570dbde
cfg80211: Add indoor only and GO concurrent channel attributes
by David Spinadel
· 11 years ago
34dd886
cfg80211: regulatory: use RCU_INIT_POINTER
by Monam Agarwal
· 11 years ago
7eb2450
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
f3b6a48
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 11 years ago
255e25b
cfg80211: allow reprocessing of pending requests
by Luis R. Rodriguez
· 11 years ago
089027e
cfg80211: regulatory: allow getting DFS CAC time from userspace
by Janusz Dziedzic
· 11 years ago
fb5c963
cfg80211: regulatory: allow user to set world regdomain
by Janusz Dziedzic
· 11 years ago
092008a
cfg80211: regulatory: reset regdomain in case of error
by Janusz Dziedzic
· 11 years ago
1226d25
cfg80211: regulatory: simplify uevent sending
by Johannes Berg
· 11 years ago
b0dfd2e
cfg80211: regulatory: introduce NL80211_RRF_AUTO_BW rule flag
by Janusz Dziedzic
· 11 years ago
50c11eb
cfg80211: bugfix in regulatory user hint process
by Inbal Hacohen
· 11 years ago
9752482
cfg80211: regulatory introduce maximum bandwidth calculation
by Janusz Dziedzic
· 11 years ago
845f335
net: wireless: move regulatory timeout work to power efficient workqueue
by Shaibal Dutta
· 11 years ago
e3961af
cfg80211: add helper reg_get_regdomain() function
by Janusz Dziedzic
· 11 years ago
f1e3d55
cfg80211: make device_type const
by Johannes Berg
· 11 years ago
772f038
cfg80211: fix few minor issues in reg_process_hint()
by Ilan Peer
· 11 years ago
4f7b914
cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REG
by Luis R. Rodriguez
· 11 years ago
6c47479
cfg80211: add reg_get_dfs_region()
by Luis R. Rodriguez
· 11 years ago
3ef121b
cfg80211: replace print_dfs_region() with reg_dfs_region_str() helper
by Luis R. Rodriguez
· 11 years ago
d7a4b05
cfg80211: distinguish unset DFS region from unknown
by Luis R. Rodriguez
· 11 years ago
adbfb05
cfg80211: intersection dfs regions when intersecting regdomains
by Luis R. Rodriguez
· 11 years ago
4c7d398
cfg80211: use enum nl80211_dfs_regions for dfs_region everywhere
by Luis R. Rodriguez
· 11 years ago
2a90146
cfg80211: add an option to disable processing country IEs
by Luis R. Rodriguez
· 11 years ago
a09a85a
cfg80211: add flags to define country IE processing rules
by Luis R. Rodriguez
· 11 years ago
a2f73b6
cfg80211: move regulatory flags to their own variable
by Luis R. Rodriguez
· 11 years ago
0199240
cfg80211: rename __set_regdom() to reg_set_rd_country_ie()
by Luis R. Rodriguez
· 11 years ago
f5fe324
cfg80211: set driver regulatory updates on its own
by Luis R. Rodriguez
· 11 years ago
84721d4
cfg80211: set user regulatory updates on its own
by Luis R. Rodriguez
· 11 years ago
3b9e5ac
cfg80211: set core regulatory updates on its own
by Luis R. Rodriguez
· 11 years ago
db0e066
cfg80211: pass the last_request to __set_regdom()
by Luis R. Rodriguez
· 11 years ago
0e3802d
cfg80211: move core reg_notfier() check to source
by Luis R. Rodriguez
· 11 years ago
f75c30e
cfg80211: allow only the core to request to update the world regdom
by Luis R. Rodriguez
· 11 years ago
fe6631f
cfg80211: add helper for calling CRDA
by Luis R. Rodriguez
· 11 years ago
05f1a3e
cfg80211: add helper for kfree'ing and assigning last_request
by Luis R. Rodriguez
· 11 years ago
5ad6ef5
cfg80211: add helper for kfree'ing last_request
by Luis R. Rodriguez
· 11 years ago
2f1c6c5
cfg80211: process non country IE conflicting first
by Luis R. Rodriguez
· 11 years ago
b23e7a9
cfg80211: process country IE regulatory requests on their own
by Luis R. Rodriguez
· 11 years ago
21636c7
cfg80211: process driver regulatory requests on its own
by Luis R. Rodriguez
· 11 years ago
0d97a61
cfg80211: process user regulatory requests on its own
by Luis R. Rodriguez
· 11 years ago
b3eb7f3
cfg80211: processing core regulatory hints on its own
by Luis R. Rodriguez
· 11 years ago
e438768
cfg80211: check regulatory request alpha2 early
by Luis R. Rodriguez
· 11 years ago
cc493e4f
cfg80211: enforce disabling channels by custom or strict settings
by Luis R. Rodriguez
· 11 years ago
1daa37c
cfg80211: remove second argument from reg_process_hint()
by Luis R. Rodriguez
· 11 years ago
222ea58
cfg80211: force WIPHY_FLAG_CUSTOM_REGULATORY on wiphy_apply_custom_regulatory()
by Luis R. Rodriguez
· 11 years ago
8fe02e1
cfg80211: consolidate passive-scan and no-ibss flags
by Luis R. Rodriguez
· 11 years ago
034c6d6
cfg80211: export reg_initiator_name()
by Luis R. Rodriguez
· 11 years ago
fa1fb9c
cfg80211: simplify strict custom alpha2 regdomain check
by Luis R. Rodriguez
· 11 years ago
cea8524
cfg80211: enable regulatory hints for strict custom settings
by Luis R. Rodriguez
· 11 years ago
789fd03
cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()
by Luis R. Rodriguez
· 11 years ago
131a19b
regulatory: enable channels 52-64 and 100-144 for world roaming
by Johannes Berg
· 12 years ago
23df0b7
regulatory: use correct regulatory initiator on wiphy register
by Arik Nemtsov
· 11 years ago
f77b86d
regulatory: add missing rtnl locking
by Johannes Berg
· 11 years ago
3430140
regulatory: use proper enum return value
by Johannes Berg
· 11 years ago
38fd214
regulatory: remove reg_mutex
by Johannes Berg
· 11 years ago
db2424c
regulatory: use RCU in regulatory_hint_11d()
by Johannes Berg
· 11 years ago
5fe231e
cfg80211: vastly simplify locking
by Johannes Berg
· 12 years ago
990de49
wireless: regulatory: fix channel disabling race condition
by Johannes Berg
· 12 years ago
8ab9d85
regulatory: allow VHT channels in world roaming
by Johannes Berg
· 12 years ago
98d5fac
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
c7a6ee2
cfg80211: allow drivers to selectively disable 80/160 MHz
by Johannes Berg
· 12 years ago
04f3904
nl80211/cfg80211: add radar detection command/event
by Simon Wunderlich
· 12 years ago
b7566fc
cfg80211: Fix memory leak
by Larry Finger
· 12 years ago
4205e6e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
55b183a
wireless: fix regulatory HT40 allowed check
by Felix Fietkau
· 12 years ago
2d31986
regulatory: fix restore_regulatory_settings
by Johannes Berg
· 12 years ago
4a484cf
regulatory: fix uevent
by Johannes Berg
· 12 years ago
0f500a5
cfg80211: move world roaming check for beacon hints
by Luis R. Rodriguez
· 12 years ago
3195e48
cfg80211: move reg_is_world_roaming()
by Luis R. Rodriguez
· 12 years ago
3ebfa6e
cfg80211: do not process beacon hints if one is already queued
by Luis R. Rodriguez
· 12 years ago
361c9c8
regulatory: use IS_ERR macro family for freq_reg_info
by Johannes Berg
· 12 years ago
Next »