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