index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Release rt2x00 2.0.14
Ivo van Doorn
2008-01-29
1
-1
/
+1
*
rt2x00: Correctly initialize data and desc pointer
Ivo van Doorn
2008-01-29
3
-2
/
+19
*
rt2x00: Move init_txring and init_rxring into rt2x00lib
Ivo van Doorn
2008-01-29
9
-204
/
+163
*
rt2x00: Determine MY_BSS from descriptor
Ivo van Doorn
2008-01-29
7
-19
/
+11
*
rt2x00: Cleanup write_tx_desc() arguments
Ivo van Doorn
2008-01-29
7
-31
/
+27
*
rt2x00: Move packet filter flags
Ivo van Doorn
2008-01-29
7
-37
/
+19
*
rt2x00: Move start() and stop() handlers into rt2x00lib.c
Ivo van Doorn
2008-01-29
3
-46
/
+66
*
rt2x00: Store queue idx and entry idx in data_ring and data_entry
Ivo van Doorn
2008-01-29
5
-14
/
+22
*
rt2x00: Only set the TBCN flag when the interface is configured to send beacons.
Ivo van Doorn
2008-01-29
5
-5
/
+8
*
rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSY
Ivo van Doorn
2008-01-29
3
-18
/
+15
*
rt2x00: Fix chipset debugfs file
Ivo van Doorn
2008-01-29
1
-3
/
+2
*
rt2x00: correct "skb_buff" typo
John W. Linville
2008-01-29
1
-1
/
+1
*
rt2x00: Release rt2x00 2.0.13
Ivo van Doorn
2008-01-29
1
-1
/
+1
*
rt2x00: Cleanup rfkill
Ivo van Doorn
2008-01-29
1
-4
/
+0
*
rt2x00: Remove redundant code in rfkill setup
Larry Finger
2008-01-29
1
-6
/
+0
*
rt2x00: Only update rssi average approximation on receiving beacon frames.
Mattias Nissler
2008-01-29
2
-1
/
+25
*
rt2x00: Use IEEE80211_IF_TYPE_INVALID directly
Ivo van Doorn
2008-01-29
3
-4
/
+2
*
rt2x00: Add TX/RX frame dumping facility
Ivo van Doorn
2008-01-29
7
-10
/
+337
*
rt2x00: Add skb descriptor
Ivo van Doorn
2008-01-29
8
-73
/
+174
*
rt2x00: Add chipset version to chipset debugfs entry
Ivo van Doorn
2008-01-29
1
-3
/
+8
*
rt2x00: Move register value/offset files into new folder
Ivo van Doorn
2008-01-29
1
-17
/
+25
*
rt2x00: Extend PLCP descriptor definition for rt2400pci
Ivo van Doorn
2008-01-29
2
-33
/
+27
*
rt2x00: Replace DRV_NAME with KBUILD_MODNAME
Ivo van Doorn
2008-01-29
14
-77
/
+11
*
rt2x00: Move duplicate code into rt2x00pci_txdone()
Ivo van Doorn
2008-01-29
5
-58
/
+38
*
rt2x00: Release rt2x00 2.0.12
Ivo van Doorn
2008-01-29
1
-1
/
+1
*
rt2x00: Correctly set ACK bit in tx descriptors
Mattias Nissler
2008-01-29
7
-6
/
+16
*
rt2x00: Place mutex around USB register access
Adam Baker
2008-01-29
5
-16
/
+131
*
rt2x00: Remove data_desc structure
Ivo van Doorn
2008-01-29
15
-59
/
+44
*
rt2x00: Rework rt73 antenna selection
Mattias Nissler
2008-01-29
2
-55
/
+33
*
rt2x00: Remove unused variables
Ivo van Doorn
2008-01-29
1
-2
/
+0
*
rt2x00: Rework rt61 antenna selection.
Mattias Nissler
2008-01-29
2
-107
/
+46
*
rt2x00: Unconstify rt2x00dev
Adam Baker
2008-01-29
10
-62
/
+57
*
rt2x00: Detect initial rfkill state on register
Ivo van Doorn
2008-01-29
1
-1
/
+8
*
rt2x00: Input-polldev requires input device
Ivo van Doorn
2008-01-29
1
-4
/
+31
*
rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna
Ivo van Doorn
2008-01-29
4
-88
/
+189
*
rt2x00: Disable RX when switching antenna
Ivo van Doorn
2008-01-29
1
-0
/
+10
*
[PATCH] rt2x00: Release rt2x00 2.0.11
Ivo van Doorn
2008-01-29
1
-1
/
+1
*
[PATCH] rt2x00: Fix antenna selection.
Mattias Nissler
2008-01-29
1
-4
/
+14
*
[PATCH] rt2x00: Cleanup if-statements
Ivo van Doorn
2008-01-29
7
-98
/
+83
*
[PATCH] rt2x00: Implement SW diversity
Ivo van Doorn
2008-01-29
4
-21
/
+232
*
[PATCH] rt2x00: Remove rt2x00_clear_link
Ivo van Doorn
2008-01-29
2
-16
/
+18
*
[PATCH] rt2x00: SW diversity should default to antenna B
Ivo van Doorn
2008-01-29
5
-18
/
+72
*
[PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00
Ivo van Doorn
2008-01-29
8
-59
/
+137
*
[PATCH] rt2x00: Use enum defines
Ivo van Doorn
2008-01-29
4
-10
/
+20
*
[PATCH] rt2x00: Move quality statistics into seperate structure
Ivo van Doorn
2008-01-29
7
-74
/
+92
*
rt2x00: Fix ieee80211 payload alignment
Ivo van Doorn
2008-01-16
2
-3
/
+10
*
rt2x00: Put 802.11 data on 4 byte boundary
Ivo van Doorn
2008-01-10
2
-6
/
+31
*
rt2x00: Corectly initialize rt2500usb MAC
Ivo van Doorn
2008-01-10
1
-1
/
+1
*
rt2x00: Allow rt61 to catch up after a missing tx report
Mattias Nissler
2008-01-10
1
-0
/
+12
*
rt2x00: Request usb_maxpacket() once
Ivo van Doorn
2007-11-19
4
-10
/
+17
[next]