Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dc468e3d420d9042d18f240196dc72ba0306ee89
/
drivers
/
net
/
wireless
/
mwifiex
dc468e3
mwifiex: remove unnecessary macros in sdio.h
by Amitkumar Karwar
· 12 years ago
248eb4c
mwifiex: define a macro for MPA base address
by Amitkumar Karwar
· 12 years ago
0fc0d43
mwifiex: do port calculations separately
by Amitkumar Karwar
· 12 years ago
e6a52030
mwifiex: code rearrangement in mwifiex_get_rd_port()
by Amitkumar Karwar
· 12 years ago
ab93d4f
mwifiex: replace unnecessary u32 variables with u8 in sdio.c
by Amitkumar Karwar
· 12 years ago
05889f8
mwifiex: store SDIO chip specific information in separate structure
by Amitkumar Karwar
· 12 years ago
5ac253d
mwifiex: use u32 variables for SDIO read/write port bitmap
by Amitkumar Karwar
· 12 years ago
388ec38
mwifiex: add calibration data download feature
by Amitkumar Karwar
· 12 years ago
013a492
mwifiex: replace spin_lock_irqsave with spin_lock and fix warn_on
by Avinash Patil
· 12 years ago
0f9e9b8
mwifiex: add del_station handler
by Avinash Patil
· 12 years ago
bdd4d6bf
mwifiex: avoid deleting all stations during mwifiex_del_sta_entry()
by Avinash Patil
· 12 years ago
4c1079e
mwifiex: abort remaining scan commands when association started
by Bing Zhao
· 12 years ago
75ab753
mwifiex: remove global user_scan_cfg variable
by Amitkumar Karwar
· 12 years ago
0604111
mwifiex: scan delay timer cleanup in unload path
by Amitkumar Karwar
· 12 years ago
c56ecf5
mwifiex: rename mwifiex_free_adapter() routine in init.c
by Amitkumar Karwar
· 12 years ago
e00adf3
drivers/net: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
7af1ce0
mwifiex: Correct pci_unmap_single's size
by Yogesh Ashok Powar
· 12 years ago
955ab09
mwifiex: Do not kfree cmd buf while unregistering PCIe
by Yogesh Ashok Powar
· 12 years ago
5b0d9b2
mwifiex: Call pci_release_region after calling pci_disable_device
by Yogesh Ashok Powar
· 12 years ago
c380aaf
mwifiex: Use pci_release_region() instead of a pci_release_regions()
by Yogesh Ashok Powar
· 12 years ago
b006ed5
mwifiex: rework round robin scheduling of bss nodes.
by Andreas Fenkart
· 12 years ago
2e23731
mwifiex: replace ra_list_curr by list rotation.
by Andreas Fenkart
· 12 years ago
c43933e
mwifiex: remove redundant initialization for bss_descriptor
by Bing Zhao
· 12 years ago
d837a2a
mwifiex: fix use-after-free in beacon_ie processing
by Bing Zhao
· 12 years ago
8bc77a4
mwifiex: don't try to associate when bss_mode is not STA
by Bing Zhao
· 12 years ago
4587eea
mwifiex: make use of msecs_to_jiffies()
by Bing Zhao
· 12 years ago
0648f3a
mwifiex: correct bss_mode check while appending vht operation IE
by Bing Zhao
· 12 years ago
d033d3a
mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-init
by Avinash Patil
· 12 years ago
66aa1ae
mwifiex: configure p2p interface during initialization
by Bing Zhao
· 12 years ago
5586d3e
mwifiex: Start P2P devices in P2P mode
by Paul Stewart
· 12 years ago
6fe5468
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
2716fd7
mwifiex: hold proper locks when accessing ra_list / bss_prio lists
by Andreas Fenkart
· 12 years ago
333f6b2
mwifiex: fix infinite loop by removing NO_PKT_PRIO_TID
by Andreas Fenkart
· 12 years ago
6d2344e
mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tbl
by Andreas Fenkart
· 12 years ago
ca796a3
mwifiex: correct wrong list in list_empty check
by Andreas Fenkart
· 12 years ago
9908b07
mwifiex: fix negative cmd_pending count
by Bing Zhao
· 12 years ago
21de979
mwifiex: complete last internal scan
by Bing Zhao
· 12 years ago
2b6254d
mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks
by Avinash Patil
· 12 years ago
04abc0a
mwifiex: change default tx/rx win_size for BA setup
by Avinash Patil
· 12 years ago
901ceba
mwifiex: limit channel number not to overflow memory
by Stone Piao
· 12 years ago
9a574cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
c0880a2
mwifiex: use fw_status register to wake up PCIe card
by Avinash Patil
· 12 years ago
c24d992
mwifiex: avoid waking up device in awake state
by Avinash Patil
· 12 years ago
b2fda1f
mwifiex: do not enable PCIe interrupt in Power Save sleep state
by Avinash Patil
· 12 years ago
83c78da
mwifiex: add support to configure VHT for AP mode
by Yogesh Ashok Powar
· 12 years ago
0f49d64
mwifiex: reset skb->data after processing PCIe sleep confirm cmd respose
by Avinash Patil
· 12 years ago
43283fe
mwifiex: cleanup VHT cap
by Yogesh Ashok Powar
· 12 years ago
084c718
mwifiex: cancel cmd timer and free curr_cmd in shutdown process
by Bing Zhao
· 12 years ago
a3e240c
mwifiex: skip pending commands after function shutdown
by Bing Zhao
· 12 years ago
00d7ea1
mwifiex: fix race when queuing commands
by Amitkumar Karwar
· 12 years ago
49c87cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
c678fb2
mwifiex: fix potential null dereference 'mef_entry'
by Bing Zhao
· 12 years ago
8908c7d
mwifiex: Trigger a card reset on reaching tx_timeout threshold
by Ashok Nagarajan
· 12 years ago
5f0fabf
mwifiex: fix potential out-of-boundary access to ibss rate table
by Bing Zhao
· 12 years ago
7da060c
mwifiex: add WOWLAN support
by Amitkumar Karwar
· 12 years ago
0d7f53e
mwifiex: add "ethtool wol" command support
by Amitkumar Karwar
· 12 years ago
cc0b5a6
mwifiex: shorten the host sleep configuration macro names
by Amitkumar Karwar
· 12 years ago
f553e1a
mwifiex: modify skb->truesize for PCIE Rx
by Avinash Patil
· 12 years ago
9931078
mwifiex: avoid [-Wmaybe-uninitialized] warnings in pcie.c
by Bing Zhao
· 12 years ago
8509e82
mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume
by Bing Zhao
· 12 years ago
fcca8d5
mwifiex: remove static forward declarations in pcie.c
by Bing Zhao
· 12 years ago
98b7ff9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
3e7a4ff
mwifiex: correct sleep delay counter
by Avinash Patil
· 12 years ago
6d6436f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
48f4d91
mwifiex: fix system freeze while reloading driver
by Avinash Patil
· 12 years ago
1499d9f
mwifiex: don't drop carrier flag over suspend
by Daniel Drake
· 12 years ago
a0b1c42
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
1eaec82
Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 12 years ago
0b71644
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
a5f3905
mwifiex: add 802.11AC support
by Yogesh Ashok Powar
· 12 years ago
073c9e6
mwifiex: coding style cleanup in bss parameter update
by Yogesh Ashok Powar
· 12 years ago
3d48203
mwifiex: fix empty TX ring check for PCIe8897 while unloading driver
by Avinash Patil
· 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
52301a8
mwifiex: device specific sleep cookie handling for PCIe
by Avinash Patil
· 12 years ago
b90af3b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
4fe0c75
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
ca8f211
mwifiex: add PCIe8897 support
by Avinash Patil
· 12 years ago
e05dc3e
mwifiex: define generic data type for PCIe ring buffers
by Avinash Patil
· 12 years ago
0732484
mwifiex: separate ring initialization and ring creation routines
by Avinash Patil
· 12 years ago
dd04e6a
mwifiex: store card specific data in PCI device table entry
by Avinash Patil
· 12 years ago
8cef2c9
cfg80211: move TSF into IEs
by Johannes Berg
· 12 years ago
83c7aa1
cfg80211: remove scan ies NULL check
by Johannes Berg
· 12 years ago
5b112d3
cfg80211: pass wiphy to cfg80211_ref_bss/put_bss
by Johannes Berg
· 12 years ago
f5237f2
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
188d1f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
0d2e7a5
wireless: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
5e3175f
mwifiex: remove max_tx_buf_size
by Bing Zhao
· 12 years ago
6274923
mwifiex: do not reconfigure tx buffer size in firmware while associating
by Bing Zhao
· 12 years ago
485f107
mwifiex: avoid out of bounds access in mwifiex_get_common_rates.
by Cyril Roelandt
· 12 years ago
5b2e2ec
mwifiex: do not overwrite error code from lower layer driver
by Bing Zhao
· 12 years ago
3220712
mwifiex: don't return zero on failure paths in mwifiex_pcie_init()
by Alexey Khoroshilov
· 12 years ago
6ccea75
mwifiex: fix invalid access of PCIe RxBD ring buffer descriptor
by Avinash Patil
· 12 years ago
8a7d7cb
mwifiex: fix incomplete scan in case of IE parsing error
by Bing Zhao
· 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
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
7532c7d
mwifiex: correction in status codes used for association failure
by Amitkumar Karwar
· 12 years ago
066433a
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
83f0c6d
mwifiex: fix typo in PCIe adapter NULL check
by Avinash Patil
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
0c0280b
wireless: make the reg_notifier() void
by Luis R. Rodriguez
· 12 years ago
Next »