Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
7162f6691e9d39d8d866574687cddb3f1ec65d72
/
drivers
/
net
/
wireless
/
rt2x00
/
rt61pci.c
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
a908a74
rt2x00: Rename txentry_desc.queue -> txentry_desc.qid
by Helmut Schaa
· 14 years ago
e569aa7
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
e5ef5ba
rt2x00: Remove ieee80211_rx_status from rt2x00_dev
by Ivo van Doorn
· 14 years ago
3392bec
rt2x00: Add helper function for reporting tx status
by Ivo van Doorn
· 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
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
fa43750
rt2x00: Fix beacon updates in rt61pci
by Helmut Schaa
· 15 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
e6474c3
rt2x00: Limit TX done looping to number of TX ring entries
by Ivo van Doorn
· 15 years ago
e1b4d7b
rt2x00: Enable fallback rates for rt61pci and rt73usb
by Ivo van Doorn
· 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
6b97cb0
rt2x00: Fix beacon descriptor writing for rt61pci.
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
78b8f3b
rt2x00: Don't check whether hardware crypto is enabled when reading RXD.
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
9e18944
rt2x00: Add wakeup interrupt handler to rt61pci.
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
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 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
714fa663
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
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 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
93b6bd2
rt2x00: Disable powersaving for rt61pci and rt2800pci.
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
b34e620
rt2x00: fix some typos and punctuation in comments
by Thadeu Lima de Souza Cascardo
· 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
1afcfd54
rt2x00: FIF_PSPOLL filter flag support
by Igor Perminov
· 15 years ago
117839b
rt61pci: fix module reloading
by Pavel Roskin
· 15 years ago
4951348
rt2x00: Comment spellchecking
by Luis Correia
· 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
· 16 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
440ddad
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
0cbe006
rt2x00: Validate firmware in driver
by Ivo van Doorn
· 16 years ago
a2c9b65
rt2x00: Add kill_tx_queue callback function
by Ivo van Doorn
· 16 years ago
9752a7b
rt2x00: Restrict firmware file lengths
by Ivo van Doorn
· 16 years ago
5e79002
rt2x00: conf_tx() only need register access for WMM queues
by Ivo van Doorn
· 16 years ago
4e54c71
rt2x00: Update copyright year to 2009
by Ivo van Doorn
· 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
91581b6
rt2x00: Split EEPROM_NIC_TX_RX_FIXED
by Ivo van Doorn
· 16 years ago
5352ff6
rt2x00: Restrict interface between rt2x00link and drivers
by Ivo van Doorn
· 16 years ago
eb20b4e
rt2x00: Reduce calls to bbp_read()
by Ivo van Doorn
· 16 years ago
7d7f19c
rt2x00: Implement Powersaving
by Ivo van Doorn
· 16 years ago
74415ed
rt2x00: Add RXDONE_CRYPTO_IV/ICV flags
by Ivo van Doorn
· 16 years ago
1ce9cda
rt2x00: Optimize IV/EIV handling
by Ivo van Doorn
· 16 years ago
c9c3b1a
rt2x00: Cleanup indirect register access
by Ivo van Doorn
· 16 years ago
8ff48a8
rt2x00: Fix race condition when using inderect registers
by Ivo van Doorn
· 16 years ago
798b7ad
rt2x00: Cleanup TX/RX entry handling
by Ivo van Doorn
· 16 years ago
743b97c
rt2x00: Remove debugfs CSR access wrappers
by Ivo van Doorn
· 16 years ago
e4ea1c4
rt2x00: Optimize configuration handling
by Ivo van Doorn
· 16 years ago
5588751
rt2x00: reduce checkpatch.pl errors
by John Daiker
· 16 years ago
9124b07
mac80211: make retry limits part of hw config
by Johannes Berg
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
acaf908d
rt2x00: Fix HW crypto key handling
by Ivo van Doorn
· 16 years ago
771fd56
rt2x00: Make rt2x00 LEDS invisible config option
by Ivo van Doorn
· 16 years ago
5816952
rt2x00: Make RFKILL enabled by default
by Ivo van Doorn
· 16 years ago
6c6aa3c
rt2x00: Add Signal type flag
by Ivo van Doorn
· 16 years ago
2af0a57
rt2x00: Initialize txop during conf_tx() callback
by Ivo van Doorn
· 16 years ago
0262ab0
rt2x00: Fix race conditions in flag handling
by Ivo van Doorn
· 16 years ago
008c448
rt2x00: Add module parameter to disable HW crypto
by Ivo van Doorn
· 16 years ago
ba2ab47
rt2x00: Move lna_gain calculation to config() callback
by Ivo van Doorn
· 16 years ago
8c5e7a5
rt2x00: Gather channel information in structure
by Ivo van Doorn
· 16 years ago
61e754f
rt2x00: Implement HW encryption (rt61pci)
by Ivo van Doorn
· 16 years ago
e6d3e90
rt2x00: rt61pci needs another millisecond after firmware upload
by Ivo van Doorn
· 16 years ago
5adf6d6
rt2x00: Fix QOS sequence counting
by Ivo van Doorn
· 16 years ago
605a0bd
mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flag
by Johannes Berg
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
fc943b1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
751851a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
by David Woodhouse
· 16 years ago
bd88a78
rt2x00: Reorganize beacon handling
by Ivo van Doorn
· 16 years ago
9d139c8
mac80211: revamp beacon configuration
by Johannes Berg
· 16 years ago
Next »