index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
/
rt61pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
mac80211: add unified BSS configuration
Johannes Berg
1
-1
/
+1
2008-01-29
rt2x00: Move init_txring and init_rxring into rt2x00lib
Ivo van Doorn
1
-58
/
+30
2008-01-29
rt2x00: Determine MY_BSS from descriptor
Ivo van Doorn
1
-2
/
+1
2008-01-29
rt2x00: Cleanup write_tx_desc() arguments
Ivo van Doorn
1
-7
/
+7
2008-01-29
rt2x00: Move packet filter flags
Ivo van Doorn
1
-6
/
+2
2008-01-29
rt2x00: Store queue idx and entry idx in data_ring and data_entry
Ivo van Doorn
1
-2
/
+4
2008-01-29
rt2x00: Only set the TBCN flag when the interface is configured to send beacons.
Ivo van Doorn
1
-1
/
+2
2008-01-29
rt2x00: Add skb descriptor
Ivo van Doorn
1
-7
/
+20
2008-01-29
rt2x00: Replace DRV_NAME with KBUILD_MODNAME
Ivo van Doorn
1
-7
/
+2
2008-01-29
rt2x00: Move duplicate code into rt2x00pci_txdone()
Ivo van Doorn
1
-18
/
+1
2008-01-29
rt2x00: Correctly set ACK bit in tx descriptors
Mattias Nissler
1
-1
/
+1
2008-01-29
rt2x00: Remove data_desc structure
Ivo van Doorn
1
-6
/
+6
2008-01-29
rt2x00: Remove unused variables
Ivo van Doorn
1
-2
/
+0
2008-01-29
rt2x00: Rework rt61 antenna selection.
Mattias Nissler
1
-105
/
+38
2008-01-29
rt2x00: Unconstify rt2x00dev
Adam Baker
1
-7
/
+7
2008-01-29
rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna
Ivo van Doorn
1
-74
/
+141
2008-01-29
[PATCH] rt2x00: Cleanup if-statements
Ivo van Doorn
1
-26
/
+24
2008-01-29
[PATCH] rt2x00: SW diversity should default to antenna B
Ivo van Doorn
1
-2
/
+14
2008-01-29
[PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00
Ivo van Doorn
1
-19
/
+13
2008-01-29
[PATCH] rt2x00: Use enum defines
Ivo van Doorn
1
-2
/
+4
2008-01-29
[PATCH] rt2x00: Move quality statistics into seperate structure
Ivo van Doorn
1
-6
/
+6
2008-01-11
rt2x00: Allow rt61 to catch up after a missing tx report
Mattias Nissler
1
-0
/
+12
2007-10-11
[PATCH] rt2x00: Allways memset memory obtained from skb_push()
Ivo van Doorn
1
-0
/
+2
2007-10-11
[PATCH] rt2x00: Reorganize configuration handler
Ivo van Doorn
1
-74
/
+27
2007-10-11
[PATCH] rt2x00: Small optimizations
Ivo van Doorn
1
-4
/
+2
2007-10-11
[PATCH] rt2x00: Cut lines down to 80 characters
Ivo van Doorn
1
-1
/
+2
2007-10-11
[PATCH] rt2x00: Move TSF sync values into rt2x00config
Ivo van Doorn
1
-9
/
+3
2007-10-11
[PATCH] rt2x00: Fix rfkill handling
Ivo van Doorn
1
-2
/
+4
2007-10-11
[PATCH] rt2x00: Don't use changed_flags inside configure_packet_filter
Ivo van Doorn
1
-2
/
+2
2007-10-11
[PATCH] rt2x00: Remove duplicate code in MAC & BSSID handling
Ivo van Doorn
1
-24
/
+10
2007-10-11
[PATCH] rt2x00: Fix obvious typo in comment
Ivo van Doorn
1
-1
/
+1
2007-10-11
[PATCH] rt2x00: Reorganize rt2x00dev->flags
Ivo van Doorn
1
-2
/
+2
2007-10-11
[PATCH] rt2x00: Make *_beacon_update static
Ivo van Doorn
1
-1
/
+1
2007-10-11
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
1
-74
/
+90
2007-10-11
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
1
-1
/
+3
2007-10-11
[RT2x00]: add driver for Ralink wireless hardware
Ivo van Doorn
1
-0
/
+2603