index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-25
mac80211: make tx() operation return void
Johannes Berg
2
-4
/
+3
2011-02-21
rt2x00: Add support for RT5390 chip
RA-Shiang Tu
5
-55
/
+440
2011-02-21
rt2x00: Add/Modify the GPIO register definition
Shiang Tu
2
-3
/
+9
2011-02-21
rt2x00: Add/Modify protection related register definitions
Shiang Tu
2
-14
/
+20
2011-02-21
rt2x00: Remove superfluos empty line
Helmut Schaa
1
-1
/
+0
2011-02-21
Revert "rt2x00 : avoid timestamp for monitor injected frame."
Helmut Schaa
1
-6
/
+3
2011-02-21
rt2x00: Minor optimization for devices with RTS/CTS offload
Helmut Schaa
1
-3
/
+3
2011-02-21
rt2x00: Fix rt2800 txpower setting to correct value
RA-Jay Hung
3
-77
/
+199
2011-02-21
rt2x00: Add antenna setting for RT3070/RT3090/RT3390 with RX antenna diversit...
RA-Jay Hung
3
-9
/
+70
2011-02-19
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
1
-0
/
+2
2011-02-19
wireless: rt2x00: rt2800pci.c: add two ids
Xose Vazquez Perez
1
-0
/
+2
2011-02-14
rt2x00: Check for errors from skb_pad() calls
Seth Forshee
3
-6
/
+30
2011-01-31
rt2x00: Move TX/RX work into dedicated workqueue
Ivo van Doorn
4
-7
/
+25
2011-01-31
rt2x00: Kill all tasklets during device removal
Ivo van Doorn
1
-0
/
+4
2011-01-31
rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.
Gertjan van Wingerde
2
-6
/
+4
2011-01-31
rt2x00: Copy the MAC address to the WCID entry properly.
Gertjan van Wingerde
1
-1
/
+1
2011-01-31
rt2x00: Fix WPA TKIP Michael MIC failures.
Gertjan van Wingerde
2
-0
/
+12
2011-01-31
rt2x00: trivial: add \n to WARNING message
Johannes Stezenbach
1
-1
/
+1
2011-01-31
Trivial typo fix in comment
Mark Einon
1
-1
/
+1
2011-01-31
rt2x00: Correct initial value of US_CYC_CNT register for pcie interface
RA-Jay Hung
2
-0
/
+8
2011-01-31
rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISR
Helmut Schaa
8
-24
/
+4
2011-01-31
rt2x00: Remove interrupt thread registration
Helmut Schaa
2
-15
/
+3
2011-01-31
rt2x00: Convert rt2400pci interrupt handling to use tasklets
Helmut Schaa
1
-39
/
+115
2011-01-31
rt2x00: Convert rt2500pci interrupt handling to use tasklets
Helmut Schaa
1
-39
/
+111
2011-01-31
rt2x00: Convert rt61pci to use tasklets
Helmut Schaa
1
-45
/
+130
2011-01-31
rt2x00: Convert rt2800pci to use tasklets
Helmut Schaa
1
-59
/
+114
2011-01-31
rt2x00: Disable txstatus tasklet by default
Helmut Schaa
2
-8
/
+5
2011-01-31
rt2x00: Introduce tasklets for interrupt handling
Helmut Schaa
2
-0
/
+34
2011-01-31
rt2x00: Make periodic beacon updates for PCI devices atomic
Helmut Schaa
1
-10
/
+16
2011-01-31
rt2x00: Limit beacon updates in bss_info_changed to USB devices
Helmut Schaa
1
-2
/
+3
2011-01-31
rt2x00: Introduce beacon_update_locked that requires caller locking
Helmut Schaa
2
-9
/
+27
2011-01-31
rt2x00: Refactor beacon code to make use of start- and stop_queue
Helmut Schaa
14
-85
/
+185
2011-01-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-0
/
+2
2011-01-26
rt2x00: add device id for windy31 usb device
Greg Kroah-Hartman
1
-0
/
+1
2011-01-21
cfg80211: Extend channel to frequency mapping for 802.11j
Bruno Randolf
1
-1
/
+4
2011-01-19
mac80211: track receiver's aggregation reorder buffer size
Johannes Berg
2
-2
/
+4
2011-01-19
rt2x00: Fix and fine-tune rf registers for RT3070/RT3071/RT3090
RA-Jay Hung
2
-8
/
+23
2011-01-19
rt2x00: Fix radio off hang issue for PCIE interface
RA-Jay Hung
2
-32
/
+10
2011-01-14
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-2
/
+2
2011-01-13
rt2x00: Don't leak mem in error path of rt2x00lib_request_firmware()
Jesper Juhl
1
-0
/
+1
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
8
-92
/
+39
2011-01-04
rt2x00: Fix comment about removed spinlock
Helmut Schaa
1
-4
/
+1
2011-01-04
rt2x00: Remove unused interface spinlock
Helmut Schaa
2
-7
/
+0
2011-01-04
rt2x00: Simplify intf->delayed_flags locking
Helmut Schaa
3
-19
/
+7
2011-01-04
rt2x00: Remove superfluous assignment of mpdu_density
Helmut Schaa
1
-2
/
+0
2011-01-04
rt2x00: Fix panic on frame padding for rt2800 usb devices
Ismael Luceno
1
-4
/
+12
2011-01-04
rt2x00: Fix pointer errors.
Gertjan van Wingerde
2
-8
/
+8
2011-01-04
rt2x00: remove intf->mac field.
Gertjan van Wingerde
2
-9
/
+2
2011-01-04
rt2x00: Remove intf->bssid field.
Gertjan van Wingerde
2
-16
/
+0
[next]