Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2acdaa7a578cf43566950a6cfb70848ff6607553
/
drivers
/
net
/
wireless
/
mwl8k.c
2acdaa7
mwl8k: Announce simultaneous AP-STA support on AP fw
by Yogesh Ashok Powar
· 12 years ago
a246ac3
mwl8k: Move tx/rx antenna configuration to mwl8k_probe_hw
by Yogesh Ashok Powar
· 12 years ago
0f4316b
mwl8k: Do not call mwl8k_cmd_set_rf_channel unconditionally
by Yogesh Ashok Powar
· 12 years ago
e882efc
mwl8k: Stop bsses before hw specific commands
by Yogesh Ashok Powar
· 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
a2ca8ec
mwl8k: don't return zero on failure paths in mwl8k_probe[_hw]()
by Alexey Khoroshilov
· 12 years ago
4850b6d
mwl8k: Wake up queues in mwl8k_start
by Nishant Sarmukadam
· 12 years ago
0dd13a4
mwl8k: Delete ampdu streams with state AMPDU_STREAM_NEW in sta remove
by Yogesh Ashok Powar
· 12 years ago
9b0b11f
mwl8k: Disable tx_wait completion
by Nishant Sarmukadam
· 12 years ago
c2f2e20
mwl8k: bump firmware API to 3
by Yogesh Ashok Powar
· 12 years ago
c27a54d
mwl8k: Handle watchdog event with highest prioriry
by Yogesh Ashok Powar
· 12 years ago
cfacba1
mwl8k: Handle Watchdog events for the new ampdu streams
by Yogesh Ashok Powar
· 12 years ago
07f6dda
mwl8k: changing mwl8k_destroy_ba prototype
by Yogesh Ashok Powar
· 12 years ago
7fb978b
mwl8k: Enable support to support additional ampdu streams
by Yogesh Ashok Powar
· 12 years ago
5f2a1494
mwl8k: set ack policy to normal
by Yogesh Ashok Powar
· 12 years ago
96769ca
mwl8k: Remove redundant txq_idx
by Yogesh Ashok Powar
· 12 years ago
c4f74d3
drivers/net/wireless/mwl8k.c: avoid use-after-free
by Nickolai Zeldovich
· 12 years ago
18b559d
mac80211: split TX aggregation stop action
by Johannes Berg
· 12 years ago
8dee5ee
mwl8k: remove __dev* attributes
by Bill Pemberton
· 12 years ago
795e936
mwl8k: remove useless pci shutdown callback and stray debugging
by Florian Fainelli
· 12 years ago
f95275c
mwl8k: Send BASTREAM firmware commands per vif
by Yogesh Ashok Powar
· 12 years ago
b8d9e57
mwl8k: Set packet timestamp to 0 when life time expiry is not used
by Nishant Sarmukadam
· 12 years ago
e1f4d69
mwl8k: Do not expire eapol frames
by Nishant Sarmukadam
· 12 years ago
ff7aa96
mwl8k: Unmap the pci DMA address in xmit error path
by Nishant Sarmukadam
· 12 years ago
fd712f5
mwl8k: recheck if station still has valid rates
by Yogesh Ashok Powar
· 12 years ago
5d377fc
mwl8k: defining interface combinations
by Yogesh Ashok Powar
· 12 years ago
36323f8
mac80211: move TX station pointer and restructure TX
by Thomas Huehn
· 12 years ago
89e1180
mwl8k: fix possible race condition in info->control.sta use
by Thomas Huehn
· 12 years ago
2e42e47
drivers/net: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
5b0a3b7
net/wireless: use module_pci_driver
by Axel Lin
· 13 years ago
a9802d4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
197a4e4
mwl8k: Remove BSSID from the firmware when the BSS is stopped
by Yogesh Ashok Powar
· 13 years ago
ff7e9f9
mwl8k: Configuring correct MAC address in broadcast key
by Yogesh Ashok Powar
· 13 years ago
604c4ef
mwl8k: Fixing Sparse ENDIAN CHECK warning
by Yogesh Ashok Powar
· 13 years ago
d981e05
mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()
by Dan Carpenter
· 13 years ago
1032c73
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
00e8e69
mwl8k: Changing the driver version to 0.13
by Yogesh Ashok Powar
· 13 years ago
6b6accc
mwl8k: Recover from firmware crash
by Yogesh Ashok Powar
· 13 years ago
57adc1f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
eca107f
mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA stream
by Yogesh Ashok Powar
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
8a3a3c8
mac80211: pass vif param to conf_tx() callback
by Eliad Peller
· 13 years ago
2a36a0e
mwl8k: Set hardware flag IEEE80211_HW_AP_LINK_PS
by Yogesh Ashok Powar
· 13 years ago
a63d7e6
mwl8k: Traffic to clients gets affected when one client leaves a cyrpto bss
by Nishant Sarmukadam
· 13 years ago
41bf371
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
16c929d
mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULL
by Yogesh Ashok Powar
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
3373b28
mwl8k: Tell firmware to generate CCMP header
by Nishant Sarmukadam
· 13 years ago
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
e4eefec
mwl8k: Do not ask mac80211 to generate IV for crypto keys
by Yogesh Ashok Powar
· 14 years ago
9b571e2
mwl8k: Fix broken WEP
by Yogesh Ashok Powar
· 14 years ago
ff776ce
mwl8k: Reducing extra_tx_headroom for tx optimization in AP mode
by Yogesh Ashok Powar
· 14 years ago
49adc5c
mwl8k: replace rateinfo bitfields with mask and shift macros
by John W. Linville
· 14 years ago
31d291a
mwl8k: Enable life time expiry for tx packets in the hardware
by Nishant Sarmukadam
· 14 years ago
3a76988
mwl8k: Reserve buffers for tx management frames
by Nishant Sarmukadam
· 14 years ago
566875d
mwl8k: Add timestamp information for tx packets
by Pradeep Nemavat
· 14 years ago
3a7dbc3
mwl8k: Do not stop tx queues
by Pradeep Nemavat
· 14 years ago
d0805c1
mwl8k: use traffic threshold to decide when to start ampdu
by Brian Cavagnolo
· 14 years ago
12488e0
mwl8k: interrupt handling changes
by Nishant Sarmukadam
· 14 years ago
ba30c4a
mwl8k: Fix checkpatch.pl and sparse warnings and errors
by Yogesh Ashok Powar
· 14 years ago
b37e3b6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
0321708
mwl8k: Do not configure tx power unconditionally
by Nishant Sarmukadam
· 14 years ago
bf3ca7f
mwl8k: do not free unrequested irq
by Brian Cavagnolo
· 14 years ago
a0e7c6c
mwl8k: Queue ADDBA requests in respective data queues
by Nishant Sarmukadam
· 14 years ago
17033543
mwl8k: Check outgoing rate for a station to decide if ampdu can be created
by Nishant Sarmukadam
· 14 years ago
3aefc37
mwl8k: Handle the watchdog event from the firmware
by Nishant Sarmukadam
· 14 years ago
65f3ddc
mwl8k: Initiate BA sessions
by Nishant Sarmukadam
· 14 years ago
ac109fd
mwl8k: add internal API for managing AMPDU streams
by Brian Cavagnolo
· 14 years ago
e600707
mwl8k: differentiate between WMM queues and AMPDU queues
by Brian Cavagnolo
· 14 years ago
5faa1af
mwl8k: add support for block ack commands
by Nishant Sarmukadam
· 14 years ago
8a7a578
mwl8k: update to ap firmware API version 2
by Brian Cavagnolo
· 14 years ago
73b4632
mwl8k: refactor in preparation for APIv2 update
by Brian Cavagnolo
· 14 years ago
b9ede5f
mwl8k: use kcalloc instead of kmalloc & memset
by Shan Wei
· 14 years ago
7bb4568
mac80211: make tx() operation return void
by Johannes Berg
· 14 years ago
85c9205
mwl8k: Invert tx queues for set_hw_spec and set_edca_params
by Nishant Sarmukadam
· 14 years ago
0bf22c3
mwl8k: Tell mac80211 we have rate adaptation in FW
by Nishant Sarmukadam
· 14 years ago
da62b76
mwl8k: fix rf_antenna rx argument for AP
by Nishant Sarmukadam
· 14 years ago
59eb21a
cfg80211: Extend channel to frequency mapping for 802.11j
by Bruno Randolf
· 14 years ago
0b01f03
mac80211: track receiver's aggregation reorder buffer size
by Johannes Berg
· 14 years ago
fcdc403
mwl8k: Enable HW encryption for AP mode
by Nishant Sarmukadam
· 14 years ago
d9a07d4
mwl8k: Set mac80211 rx status flags appropriately when hw crypto is enabled
by Nishant Sarmukadam
· 14 years ago
e53d9b9
mwl8k: Add encapsulation of data packet for crypto
by Nishant Sarmukadam
· 14 years ago
252486a
mwl8k: Modify add_dma_header to include pad parameters
by Nishant Sarmukadam
· 14 years ago
d1f9e41
mwl8k: use const struct fw pointers throughout
by Brian Cavagnolo
· 14 years ago
9902047
mwl8k: make initial firmware load asynchronous
by Brian Cavagnolo
· 14 years ago
952a0e9
mwl8k: add API version checking for AP firmware
by Brian Cavagnolo
· 14 years ago
0863ade
mwl8k: choose proper firmware image as directed by user
by Brian Cavagnolo
· 14 years ago
3cc7772
mwl8k: factor out firmware loading and hw init code
by Brian Cavagnolo
· 14 years ago
41fdf09
mwl8k: rf_tx_power cmd not supported by AP firmware APIv1
by Nishant Sarmukadam
· 14 years ago
a1fe24b
mwl8k: revert unnecessary modification of tx descriptor
by Brian Cavagnolo
· 14 years ago
c0bf9ca
mwl8k: force AP mode to use non-AMPDU frames
by Nishant Sarmukadam
· 14 years ago
5db5584
drivers/net/wireless: Restore upper case words in wiphy_<level> messages
by Joe Perches
· 14 years ago
0d462bb
mwl8k: add get_survey callback in order to get channel noise
by John W. Linville
· 14 years ago
c96c31e
drivers/net/wireless: Use wiphy_<level>
by Joe Perches
· 14 years ago
800f65b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6
by John W. Linville
· 14 years ago
b603742
mwl8k: correct/silence sparse warnings
by John W. Linville
· 14 years ago
14599f1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
ba2d358
drivers/net: use __packed annotation
by Eric Dumazet
· 14 years ago
Next »