Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
453173550256542c20b24a8d85b806941b77ac76
/
drivers
/
net
/
wireless
4531735
ath10k: move fw_version inside struct ath10k_fw_file
by Kalle Valo
· 9 years ago
7ebf721
ath10k: refactor firmware images to struct ath10k_fw_components
by Kalle Valo
· 9 years ago
3fb55c7
ath10k: remove deprecated firmware API 1 support
by Kalle Valo
· 9 years ago
47f58b1
ath9k: remove duplicate assignment of variable ah
by Colin Ian King
· 9 years ago
71f5137
ath9k: interpret requested txpower in EIRP domain
by Zefir Kurtisi
· 9 years ago
f286dd8
ath9k_htc: Replace a variable initialisation by an assignment in ath9k_htc_set_channel()
by Markus Elfring
· 10 years ago
7e247a9
ath10k: add dynamic tx mode switch config support for qca4019
by Raja Mani
· 9 years ago
de72a20
ath10k: add some sanity checks to peer_map_event() functions
by Dan Carpenter
· 9 years ago
1ce8c14
ath10k: fix rx_channel during hw reconfigure
by Rajkumar Manoharan
· 9 years ago
87be054
ath10k: fix return value for btcoex and peer stats debugfs
by Mohammed Shafi Shajakhan
· 9 years ago
4d16544
ath10k: fix parenthesis alignment
by Kalle Valo
· 9 years ago
8f4ffb7
ath10k: prefer ether_addr_copy() over memcpy()
by Kalle Valo
· 9 years ago
c178da5
ath10k: prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()
by Kalle Valo
· 9 years ago
beeb1a3
ath10k: prefer kernel type 'u64' over 'u_int64_t'
by Kalle Valo
· 9 years ago
14e105c
ath10k: fix checkpatch warnings related to spaces
by Kalle Valo
· 9 years ago
cfe9011
ath10k: remove MSI range support
by Rajkumar Manoharan
· 9 years ago
a606c0e
ath10k: enable set_tsf vdev command to WMI 10.4
by Peter Oh
· 9 years ago
4857dd1
ath10k: update 10.4 WMI vdev parameters
by Peter Oh
· 9 years ago
9f0b7e7
ath10k: add a support of set_tsf on vdev interface
by Peter Oh
· 9 years ago
169ff6d
ath10k: Document alloc_frag_desc_for_data_pkt config option.
by Ben Greear
· 10 years ago
bddf590
Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
20ac1b3
Merge ath-next from ath.git
by Kalle Valo
· 9 years ago
4646968
mwifiex: dump pcie scratch registers
by Xinming Hu
· 9 years ago
bf00dc2
mwifiex: AMSDU Rx frame handling in AP mode
by Xinming Hu
· 9 years ago
ad5ca84
mwifiex: schedule main workqueue for transmitting bridge packets
by Xinming Hu
· 9 years ago
00c54780
mwifiex: remove redundant GFP_DMA flag
by Xinming Hu
· 9 years ago
a362e16
mwifiex: check revision id while choosing PCIe firmware
by Shengzhen Li
· 9 years ago
8fa0a0d
mwifiex: add support for wakeup on GTK rekey failure
by Ganapathi Bhat
· 9 years ago
f6b1cbe
mwifiex: add support for GTK rekey offload
by Ganapathi Bhat
· 9 years ago
a069caa
rtl8xxxu: Do not set LDOA15 / LDOV12 on 8192eu
by Jes Sorensen
· 9 years ago
91cbe4e
rtl8xxxu: Use correct H2C calls for 8192eu
by Jes Sorensen
· 9 years ago
af13faf
rtl8xxxu: Identify 8192eu rev A/B parts correctly
by Jes Sorensen
· 9 years ago
ba17d82
rtl8xxxu: Use enums for chip version numbers
by Jes Sorensen
· 9 years ago
931d927
rtl8xxxu: Update some register definitions
by Jes Sorensen
· 9 years ago
f3fc251
rtl8xxxu: 8192eu uses txdesc40
by Jes Sorensen
· 9 years ago
1df1de3
rtl8xxxu: TXDESC_SHORT_GI is txdesc32 only
by Jes Sorensen
· 9 years ago
169bc5c
rtl8xxxu: Correct txdesc40 gid definition
by Jes Sorensen
· 9 years ago
33f3724
rtl8xxxu: Rename TX descriptor bits to map them to 32/40 byte descriptors
by Jes Sorensen
· 9 years ago
dbb2896
rtl8xxxu: Change name of struct tx_desc to be more decriptive
by Jes Sorensen
· 9 years ago
a5c92f0
mwifiex: fix NULL pointer dereference error
by Wei-Ning Huang
· 9 years ago
0013518
mwifiex: ie_list is an array, so no need to check if NULL
by Colin Ian King
· 9 years ago
84d17a2
iwl4965: Fix more memory leaks in __il4965_up()
by Julian Calaby
· 9 years ago
c2fd344
iwl4965: Fix a memory leak in error handling code of __il4965_up
by Jia-Ju Bai
· 9 years ago
37190b2
rsi: Move variable initialisation into error code
by Markus Elfring
· 9 years ago
ab2ef1d
rsi: Delete unnecessary variable initialisation
by Markus Elfring
· 9 years ago
8b28310
rsi: Delete unnecessary variable initialisation
by Markus Elfring
· 9 years ago
1c76b49
rtl818x_pci: Disable pci device in error handling code
by Jia-Ju Bai
· 9 years ago
96838d6
b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_init
by Jia-Ju Bai
· 9 years ago
fe9b479
iwl4965: Fix a null pointer dereference in il_tx_queue_free and il_cmd_queue_free
by Jia-Ju Bai
· 9 years ago
fb9693f
iwlegacy: Return directly if allocation fails in il_eeprom_init()
by Markus Elfring
· 9 years ago
9e12904
brcmfmac: Delete unnecessary variable initialisation
by Markus Elfring
· 9 years ago
cfbfbd1
ath9k_htc: Delete unnecessary variable initialisation
by Markus Elfring
· 9 years ago
4679f41
rtlwifi: use to_delayed_work()
by Geliang Tang
· 9 years ago
d1162f0
wl1251: use to_delayed_work()
by Geliang Tang
· 9 years ago
6138341
wlcore: use to_delayed_work()
by Geliang Tang
· 9 years ago
ea544aa
ipw2x00: use to_pci_dev()
by Geliang Tang
· 9 years ago
0fef3c7
ath9k: Remove unnecessary ?: operator
by Ivan Safonov
· 9 years ago
689de38
ath10k: fix unconditional num_mpdus_ready subtraction
by Rajkumar Manoharan
· 9 years ago
dd7c280
ath10k: remove unnecessary warning for probe response drops
by Rajkumar Manoharan
· 9 years ago
b131129
ath10k: fix calibration init sequence of qca99x0
by Rajkumar Manoharan
· 9 years ago
d9f5725
mwifiex: advertise low priority scan feature
by Amitkumar Karwar
· 9 years ago
3d43e03
brcmfmac: sdio: remove unused variable retry_limit
by Colin Ian King
· 9 years ago
8b4c000
rt2x00usb: Use usb anchor to manage URB
by Vishal Thanki
· 9 years ago
e32993e
wl12xx: remove redundant null check on wl->scan.ssid
by Colin Ian King
· 9 years ago
466414a
rtlwifi: btcoexist: Convert BTC_PRINTK to btc_<foo>_dbg
by Joe Perches
· 9 years ago
1e81245
rtlwifi: rtl8821ae: Fix Smatch warnings
by Larry Finger
· 9 years ago
b3c4201
rtlwifi: rtl8723be: Fix Smatch warnings
by Larry Finger
· 9 years ago
154fb48
rtlwifi: rtl8723ae: Fix Smatch warning
by Larry Finger
· 9 years ago
c42cecc
rtlwifi: rtl8192se: Fix Smatch warning
by Larry Finger
· 9 years ago
05d9e1b
rtlwifi: rtl8192ee: Fix Smatch warning
by Larry Finger
· 9 years ago
de8a9a6
rtlwifi: rtl8192c-common: Fix Smatch warning
by Larry Finger
· 9 years ago
844026f
rtlwifi: rtl8188ee: Fix Smatch warnings
by Larry Finger
· 9 years ago
2e074fa
rtlwifi: btcoexist: Fix Smatch warning
by Larry Finger
· 9 years ago
37c5293
rtlwifi: Fix Smatch warnings
by Larry Finger
· 9 years ago
baa1702
rtlwifi: btcoexist: Implement antenna selection
by Larry Finger
· 9 years ago
c18d8f5
rtlwifi: rtl8723be: Add antenna select module parameter
by Larry Finger
· 9 years ago
0026b32
mwifiex: fix Tx timeout issue during suspend test
by Amitkumar Karwar
· 9 years ago
977bc52
brcmfmac: uninitialized "ret" variable
by Dan Carpenter
· 9 years ago
f8df33d
mwifiex: Spelling s/minmum/minimum/, s/bandwidth/bandwith/
by Geert Uytterhoeven
· 9 years ago
d63b548
mac80211: allow passing transmitter station on RX
by Johannes Berg
· 9 years ago
12880d1
mac80211_hwsim: Support a hw scan request for a specific BSSID
by Jouni Malinen
· 9 years ago
f980ebc
mac80211: allow not sending MIC up from driver for HW crypto
by Sara Sharon
· 9 years ago
a2cb3d5
ath9k: fix rng high cpu load
by Miaoqing Pan
· 9 years ago
69218a4
wil6210: allow empty WMI commands in debugfs wmi_send
by Lior David
· 9 years ago
7b9bc79
ath5k: Change led pin configuration for compaq c700 laptop
by Joseph Salisbury
· 9 years ago
7d5efd0
ath10k: parse Rx MAC timestamp in mgmt frame for FW 10.4
by Peter Oh
· 9 years ago
5c86d97
ath10k: combine txrx and replenish task
by Rajkumar Manoharan
· 9 years ago
128abd0
ath10k: reuse copy engine 5 (htt rx) descriptors
by Rajkumar Manoharan
· 9 years ago
24d9ef5
ath10k: cleanup copy engine receive next completion
by Rajkumar Manoharan
· 9 years ago
e3a91f87
ath10k: register ath10k_htt_htc_t2h_msg_handler
by Rajkumar Manoharan
· 9 years ago
3128b3d
ath10k: speedup htt rx descriptor processing for rx_ind
by Rajkumar Manoharan
· 9 years ago
1823566
ath10k: cleanup amsdu processing for rx indication
by Rajkumar Manoharan
· 9 years ago
6b61d66
ath10k: remove unused fw_desc processing
by Rajkumar Manoharan
· 9 years ago
b2fdbcc
ath10k: copy tx fetch indication message
by Rajkumar Manoharan
· 9 years ago
59465fe
ath10k: speedup htt rx descriptor processing for tx completion
by Rajkumar Manoharan
· 9 years ago
f957579
ath10k: enable parsing per station rx duration for 10.4
by Mohammed Shafi Shajakhan
· 9 years ago
4777190
ath10k: introduce Extended Resource Config support for 10.4
by Raja Mani
· 9 years ago
46167a8
iwlwifi: pcie: remove duplicate assignment of variable isr_stats
by Colin Ian King
· 9 years ago
489c546
iwlwifi: mvm: allow setting the thermal state in D0i3
by Luca Coelho
· 9 years ago
d2515a9
iwlwifi: mvm: fix inconsistent lock in dqa mode
by Liad Kaufman
· 9 years ago
Next »