Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0b773b202d73bfcb1bec28368dff76cbfb52054a
/
drivers
/
net
/
wireless
/
rt2x00
/
rt2500pci.c
616a839
rt2x00: fix rfkill regression on rt2500pci
by Stanislaw Gruszka
· 11 years ago
8b0df00
rt2500: disable PS by default
by Stanislaw Gruszka
· 11 years ago
c8bf40a
wireless: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
a05b8c5
rt2x00: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
5616a6e
rt2x00: move extra_tx_headroom field from rt2x00_ops to rt2x00_dev
by Gabor Juhos
· 12 years ago
7c03082
rt2x00: rt2500pci: implement queue_init callback
by Gabor Juhos
· 12 years ago
ec9c498
rt2x00: Use more current logging styles, shrink object size
by Joe Perches
· 12 years ago
c517123
rt2x00: rt2500pci: use the rt2x00mmio_* routines
by Gabor Juhos
· 12 years ago
69a2bac
rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCs
by Gabor Juhos
· 12 years ago
4ea545d
rt2x00: check for dma mappings errors
by Stanislaw Gruszka
· 12 years ago
6920235
rt2x00: remove __dev* attributes
by Bill Pemberton
· 12 years ago
3e4c415
rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.
by Gertjan van Wingerde
· 12 years ago
99bdf51
rt2x00: Unify GPIO register field namings
by Gertjan van Wingerde
· 12 years ago
a396e10
rt2x00: Fix rfkill polling prior to interface start.
by Gertjan van Wingerde
· 12 years ago
f4f7f414
wireless: Use eth_random_addr
by Joe Perches
· 12 years ago
5b0a3b7
net/wireless: use module_pci_driver
by Axel Lin
· 13 years ago
37a41b4
mac80211: add ieee80211_vif param to tsf functions
by Eliad Peller
· 13 years ago
abc1199
rt2x00: Fix PCI interrupt processing race on SMP systems
by Helmut Schaa
· 13 years ago
5f0dd29
rt2x00: Implement tx_frames_pending mac80211 callback function.
by Gertjan van Wingerde
· 13 years ago
0ed7b3c
rt2x00: Implement get_antenna and set_antenna callback functions
by Ivo van Doorn
· 14 years ago
e7dee44
rt2x00: Implement get_ringparam callback function
by Ivo van Doorn
· 14 years ago
e01ae27
rt2x00: Allow dynamic addition of PCI/USB IDs.
by Gertjan van Wingerde
· 14 years ago
7a5a681
rt2x00: Always inline rt2x00pci_enable_interrupt
by Helmut Schaa
· 14 years ago
152a599
rt2x00: Decrease association time for USB devices
by Ivo van Doorn
· 14 years ago
7dab73b
rt2x00: Split rt2x00dev->flags
by Ivo van Doorn
· 14 years ago
1663893
rt2x00: Limit rt2x00pci rxdone processing to 16 entries at once
by Helmut Schaa
· 14 years ago
a244083
rt2x00: Optimize getting the beacon queue structure.
by Gertjan van Wingerde
· 14 years ago
61c6e48
rt2x00: Include ATIM queue support in rt2x00queue_get_tx_queue.
by Gertjan van Wingerde
· 14 years ago
e74df4a
rt2x00: Don't treat ATIM queue as second beacon queue.
by Gertjan van Wingerde
· 14 years ago
0aa13b2
rt2x00: Revise irqmask locking for PCI devices
by Helmut Schaa
· 14 years ago
2517794
rt2x00: Move TX descriptor field "ifs" into plcp substruct
by Helmut Schaa
· 14 years ago
26a1d07
rt2x00: Optimize TX descriptor handling
by Helmut Schaa
· 14 years ago
7fe7ee7
rt2x00: Generate sw sequence numbers only for devices that need it
by Helmut Schaa
· 14 years ago
b550911
rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR
by Helmut Schaa
· 14 years ago
16222a0
rt2x00: Convert rt2500pci interrupt handling to use tasklets
by Helmut Schaa
· 14 years ago
69cf36a
rt2x00: Refactor beacon code to make use of start- and stop_queue
by Helmut Schaa
· 14 years ago
f615e9a
rt2x00: Fix WMM Queue naming
by Ivo van Doorn
· 14 years ago
dbba306
rt2x00: Reorganize queue callback functions
by Ivo van Doorn
· 14 years ago
5450b7e
rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).
by Ivo van Doorn
· 14 years ago
89b25f6
rt2x00: Don't frequently reset beacon interval in AdHoc mode
by Helmut Schaa
· 14 years ago
ea175ee
rt2x00: Remove rt2x00lib_toggle_rx
by Ivo van Doorn
· 14 years ago
f44df18
rt2x00: Implement flush callback
by Ivo van Doorn
· 14 years ago
2b23cda
rt2x00: Reduce tx descriptor size
by Helmut Schaa
· 14 years ago
efd2f27
rt2x00: Sync Tx and RX ring sizes with legacy drivers
by Helmut Schaa
· 14 years ago
c64557d
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
· 14 years ago
fa69560
rt2x00: Simplify Queue function arguments
by Ivo van Doorn
· 14 years ago
b618f6f
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
· 14 years ago
0204464
rt2x00: Check for specific changed flags when updating the erp config
by Helmut Schaa
· 14 years ago
78ab952
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
· 14 years ago
8d1331b
rt2x00: Fix max TX power settings
by Ivo van Doorn
· 14 years ago
9333145
rt2x00: Simplify arguments to rt2x00 driver callback functions
by Ivo van Doorn
· 14 years ago
baeb2ff
drivers/net: Convert unbounded kzalloc calls to kcalloc
by Joe Perches
· 14 years ago
ab0ed4a
rt2x00: Remove set_tim callback from PCI drivers
by Helmut Schaa
· 14 years ago
78e256c
rt2x00: Convert rt2x00 to use threaded interrupts
by Helmut Schaa
· 14 years ago
223dcc2
rt2x00: Fix vgc_level_reg handling
by Ivo van Doorn
· 14 years ago
d8147f9
rt2x00: Disable link tuning while scanning
by Ivo van Doorn
· 14 years ago
27df2a9
rt2x00: Rename CONFIG_DISABLE_LINK_TUNING
by Ivo van Doorn
· 14 years ago
e513a0b
rt2x00: Move common txdone handling to rt2x00lib_txdone.
by Gertjan van Wingerde
· 15 years ago
78eea11
rt2x00: Merge PCI and USB versions of write_tx_data into single function.
by Gertjan van Wingerde
· 15 years ago
0b8004a
rt2x00: Properly reserve room for descriptors in skbs.
by Gertjan van Wingerde
· 15 years ago
5c3b685
rt2x00: Push beacon TX descriptor writing to drivers.
by Gertjan van Wingerde
· 15 years ago
9655a6e
rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.
by Gertjan van Wingerde
· 15 years ago
6fe70aa
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
· 15 years ago
85b7a8b
rt2x00: Simplify TXD handling of beacons.
by Gertjan van Wingerde
· 15 years ago
e01f1ec
rt2x00: Re-order tx descriptor writing code in drivers.
by Gertjan van Wingerde
· 15 years ago
cc75589
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
· 15 years ago
f224f4e
rt2x00: provide beacon's txdesc to write_beacon callback function.
by Gertjan van Wingerde
· 15 years ago
d61cb26
rt2x00: Clean up all driver's kick_tx_queue callback functions.
by Gertjan van Wingerde
· 15 years ago
8316324
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
· 15 years ago
df624ca
rt2x00: Register frame length in TX entry descriptor instead of L2PAD.
by Gertjan van Wingerde
· 15 years ago
5c01d56
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
· 15 years ago
5731858
rt2x00: Disable auto wakeup before waking up device.
by Gertjan van Wingerde
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
19bc291
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
49e721e
rt2x00: rework RT chipset and revision determination for PCI an SOC devices.
by Gertjan van Wingerde
· 15 years ago
714fa66
rt2x00: Reorganize RT chipset setting for PCI/SOC devices.
by Gertjan van Wingerde
· 15 years ago
f6f2230
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
00a08eb
rt2x00: remove get_tx_stats() mac80211 op
by Kalle Valo
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
5122d89
rt2x00: Cleanup chip handling helper functions.
by Gertjan van Wingerde
· 15 years ago
e6218cc
rt2x00: Centralize setting of extra TX headroom requested by rt2x00.
by Gertjan van Wingerde
· 15 years ago
04d0362
rt2x00: Whitespace cleanup.
by Gertjan van Wingerde
· 15 years ago
16475b0
rt2x00: Log RT/RF chipset information correctly.
by Gertjan van Wingerde
· 15 years ago
9c9a0d1
rt2x00: Update copyright statements.
by Gertjan van Wingerde
· 15 years ago
4789666
rt2x00: Hardcode TX ack timeout and consume time
by Ivo van Doorn
· 15 years ago
d6756d0
rt2x00: Fix beacon de-synchronization while update beacon
by Igor Perminov
· 15 years ago
930c06f
rt2x00: Implement set_tim callback for all drivers
by Stefan Steuerwald
· 15 years ago
e47a5cd
rt2x00: use wiphy rfkill interface
by Ivo van Doorn
· 15 years ago
6b347bf
rt2x00: Remove last usage of beacon_int from ieee80211_config
by Ivo van Doorn
· 16 years ago
8a566af
rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVAL
by Ivo van Doorn
· 16 years ago
2d0ddec
mac80211: unify config_interface and bss_info_changed
by Johannes Berg
· 16 years ago
440ddada
rt2x00: Move Move pci_dev specific access to rt2x00pci
by Ivo van Doorn
· 16 years ago
53bc647
rt2x00: Remove check for rf word 0
by Ivo van Doorn
· 16 years ago
a2c9b65
rt2x00: Add kill_tx_queue callback function
by Ivo van Doorn
· 16 years ago
3d3e451
rt2x00: Add LED_MODE_ASUS support
by Ivo van Doorn
· 16 years ago
4e54c71
rt2x00: Update copyright year to 2009
by Ivo van Doorn
· 16 years ago
217875a
rt2400,rt2500: init led_qual for LED_MODE_DEFAULT
by Andrew Price
· 16 years ago
4be8c38
mac80211: extend/document powersave API
by Johannes Berg
· 16 years ago
076f958
rt2x00: Remove ENTRY_TXD_OFDM_RATE
by Ivo van Doorn
· 16 years ago
5352ff6
rt2x00: Restrict interface between rt2x00link and drivers
by Ivo van Doorn
· 16 years ago
Next »