Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
aac1cbd0b02d9ed198bcb54ef70a2fa1a24ca590
/
net
/
wireless
/
chan.c
161ec3c
cfg80211: Bypass checkin the CHAN_RADAR if DFS_OFFLOAD is enabled
by Ryan Hsu
· 9 years ago
42839af
cfg80211: Use new wiphy flag WIPHY_FLAG_DFS_OFFLOAD
by Amar Singhal
· 11 years ago
cb3b7d8
cfg80211: add start / stop NAN commands
by Ayala Beker
· 8 years ago
184ca82
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
97f2645
tree-wide: replace config_enabled() with IS_ENABLED()
by Masahiro Yamada
· 8 years ago
680682d
cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 case
by Colin Ian King
· 8 years ago
53873f1
cfg80211: make wdev_list accessible to drivers
by Johannes Berg
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
923b352
cfg80211: use RTNL locked reg_can_beacon for IR-relaxation
by Arik Nemtsov
· 9 years ago
06f207f
cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA
by Arik Nemtsov
· 10 years ago
be69c24
cfg80211: Allow GO concurrent relaxation after BSS disconnection
by Avraham Stern
· 10 years ago
08f6f14
cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers
by Jouni Malinen
· 10 years ago
6e0bd6c
cfg80211: 802.11p OCB mode handling
by Rostislav Lisovy
· 10 years ago
fc1f48f
cfg80211: fix integer signedness in chandef_primary_freqs()
by Johannes Berg
· 10 years ago
2740f0c
cfg80211: add Intel Mobile Communications copyright
by Johannes Berg
· 10 years ago
00ec75f
cfg80211: pass the actual iftype when calling cfg80211_chandef_dfs_required()
by Luciano Coelho
· 11 years ago
67ae07a
cfg80211: fix start_radar_detection issue
by Janusz Dziedzic
· 11 years ago
ea077c1
cfg80211: Add attributes describing prohibited channel bandwidth
by Rostislav Lisovy
· 11 years ago
f26cbf4
cfg80211: change wiphy_to_dev function name
by Zhao, Gang
· 11 years ago
46d5372
cfg80211: Fix GO Concurrent relaxation on UNII-3
by Ilan Peer
· 11 years ago
2beb6dab
cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()
by Luciano Coelho
· 11 years ago
c8866e5
cfg80211: Enable GO operation on indoor channels
by Ilan Peer
· 11 years ago
174e0cd
cfg80211: Enable GO operation on additional channels
by Ilan Peer
· 11 years ago
49c0ca1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
42775a3
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
31559f3
cfg80211: DFS get CAC time from regulatory database
by Janusz Dziedzic
· 11 years ago
88daf80
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
e7aceef
cfg80211: remove NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL
by Johannes Berg
· 11 years ago
9e0e296
cfg80211: consider existing DFS interfaces
by Michal Kazior
· 11 years ago
6bc54fb
cfg80211: allow beaconing after DFS CAC
by Janusz Dziedzic
· 11 years ago
0f0094b
cfg80211: add missing break in cfg80211_get_chan_state()
by Johannes Berg
· 11 years ago
fe7c3a1
cfg80211: DFS check chandef usable before CAC
by Janusz Dziedzic
· 11 years ago
40d1ba6
cfg80211: add helper functions for start/end freq
by Janusz Dziedzic
· 11 years ago
8fe02e1
cfg80211: consolidate passive-scan and no-ibss flags
by Luis R. Rodriguez
· 11 years ago
5336fa8
nl80211/cfg80211: enable DFS for IBSS mode
by Simon Wunderlich
· 11 years ago
774f073
cfg80211: export cfg80211_chandef_dfs_required
by Simon Wunderlich
· 11 years ago
2f301ab
nl80211/cfg80211: add 5 and 10 MHz defines and wiphy flag
by Simon Wunderlich
· 11 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
9cab315
cfg80211: adjacent 80+80 MHz channel segments are invalid
by Johannes Berg
· 12 years ago
a6662db
cfg80211: check no-OFDM flag for channels wider than 20 MHz
by Johannes Berg
· 12 years ago
9f5e8f6
cfg80211: rework chandef checking and export it
by Johannes Berg
· 12 years ago
3d9d1d6
nl80211/cfg80211: support VHT channel configuration
by Johannes Berg
· 12 years ago
683b6d3
cfg80211: pass a channel definition struct
by Johannes Berg
· 12 years ago
4ee3e06
cfg80211: add cfg80211 exported function tracing
by Beni Lev
· 12 years ago
e35e4d2
cfg80211: add wrappers for registered_device_ops
by Hila Gonen
· 12 years ago
98104fde
cfg80211: add P2P Device abstraction
by Johannes Berg
· 12 years ago
4290cb4
cfg80211: reduce monitor interface tracking
by Johannes Berg
· 12 years ago
f53594a
cfg80211: ignore channel state for stopped AP/mesh interfaces
by Felix Fietkau
· 12 years ago
8e95ea4
cfg80211: fix locking and lockdep complaints
by Johannes Berg
· 12 years ago
b78e8ce
cfg80211: track monitor channel
by Michal Kazior
· 12 years ago
4f03c1e
cfg80211: refuse to .set_monitor_channel when non-monitors are present
by Michal Kazior
· 12 years ago
26ab9a0
cfg80211: introduce cfg80211_get_chan_state
by Michal Kazior
· 12 years ago
e8c9bd5
cfg80211: clarify set_channel APIs
by Johannes Berg
· 12 years ago
d58e7e3
cfg80211: simplify cfg80211_can_beacon_sec_chan API
by Johannes Berg
· 12 years ago
294a20e
cfg80211: fix cfg80211_can_beacon_sec_chan prototype
by Johannes Berg
· 13 years ago
54858ee5b
nl80211: Parse channel type attribute in an ibss join request
by Alexander Simon
· 13 years ago
09a02fd
cfg80211: fix can_beacon_sec_chan, reenable HT40
by Mark Mentovai
· 14 years ago
9236d83
cfg80211: fix extension channel checks to initiate communication
by Luis R. Rodriguez
· 14 years ago
aed8e1f
cfg80211: don't refuse HT20 channels on devices that don't support HT40
by Helmut Schaa
· 14 years ago
9fbc630
cfg80211: fix crash in cfg80211_set_freq()
by Felix Fietkau
· 15 years ago
f444de0
cfg80211/mac80211: better channel handling
by Johannes Berg
· 15 years ago
9588bbd
cfg80211: add remain-on-channel command
by Jouni Malinen
· 15 years ago
4b18114
cfg80211: fix locking for SIWFREQ
by Johannes Berg
· 15 years ago
59bbb6f
cfg80211: validate channel settings across interfaces
by Johannes Berg
· 15 years ago