index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Fix TX rate short preamble detection
Ivo van Doorn
2009-01-22
1
-1
/
+2
*
rt2x00: fix a wrong parameter for __test_and_clear_bit() in rt2x00rfkill_free().
Rami Rosen
2009-01-16
1
-1
/
+1
*
rt2x00: Fix rt2500usb HW crypto: WEP 128 & AES
Ivo van Doorn
2009-01-12
1
-2
/
+2
*
Fix rt2500usb HW crypto: TKIP
Ivo van Doorn
2009-01-12
1
-13
/
+6
*
rt2x00: Fix segementation fault
Ivo van Doorn
2009-01-12
1
-3
/
+3
*
rt2x00: Fix TX short preamble detection
Ivo van Doorn
2009-01-12
3
-17
/
+4
*
rt2x00: add USB ID for the Linksys WUSB200.
Stefan Lippers-Hollmann
2009-01-12
1
-0
/
+1
*
rt2x00: Fix radio LED type check
Andrew Price
2009-01-12
1
-1
/
+1
*
trivial: fix then -> than typos in comments and documentation
Frederik Schwarzer
2009-01-06
1
-2
/
+2
*
rt2x00: Correctly initialize AID during set_key()
Ivo van Doorn
2008-12-05
1
-0
/
+12
*
rt2x00: Move crypto TX descriptor handling to rt2x00crypto.c
Ivo van Doorn
2008-12-05
3
-25
/
+36
*
rt2x00: Fix check for BSS info changes
Ivo van Doorn
2008-12-05
1
-1
/
+1
*
rt2x00: Add RXDONE_CRYPTO_IV/ICV flags
Ivo van Doorn
2008-12-05
5
-1
/
+14
*
rt2x00: Release rt2x00 2.2.3
Ivo van Doorn
2008-12-05
1
-1
/
+1
*
rt2x00: Implement HW encryption (rt2500usb)
Ivo van Doorn
2008-12-05
8
-9
/
+156
*
rt2x00: Remove duplicate code
Ivo van Doorn
2008-12-05
1
-18
/
+19
*
rt2x00: Store retry limit values
Ivo van Doorn
2008-12-05
3
-8
/
+9
*
rt2x00: Optimize IV/EIV handling
Ivo van Doorn
2008-12-05
4
-46
/
+26
*
rt2x00: Don't switch off LED on initialization
Ivo van Doorn
2008-11-26
1
-6
/
+0
*
rt2x00: Detect USB BULK in/out endpoints
Ivo van Doorn
2008-11-25
5
-28
/
+111
*
rt2x00: Fix TX failure path
Ivo van Doorn
2008-11-25
2
-10
/
+7
*
rt2x00: Move rt73usb register access wrappers into rt2x00usb
Ivo van Doorn
2008-11-25
3
-201
/
+280
*
rt2x00: Cleanup indirect register access
Ivo van Doorn
2008-11-25
7
-431
/
+310
*
rt2x00: Fix race condition when using inderect registers
Ivo van Doorn
2008-11-21
8
-81
/
+152
*
rt2x00: Optimize get_duration / get_duration_res
Ivo van Doorn
2008-11-21
6
-34
/
+27
*
rt2x00: Cleanup TX/RX entry handling
Ivo van Doorn
2008-11-21
13
-135
/
+127
*
rt2x00: Fix BUG_ON() with antenna handling
Ivo van Doorn
2008-11-21
5
-24
/
+51
*
rt2x00: Block set_key() during suspend/shutdown
Ivo van Doorn
2008-11-21
1
-1
/
+3
*
rt2x00: Fix LED state handling
Ivo van Doorn
2008-11-21
1
-38
/
+56
*
rt2x00: Remove RATE_BASIC flag
Ivo van Doorn
2008-11-21
2
-8
/
+7
*
rt2x00: Remove debugfs CSR access wrappers
Ivo van Doorn
2008-11-10
13
-84
/
+86
*
rt2x00: Release rt2x00 2.2.2
Ivo van Doorn
2008-11-10
1
-1
/
+1
*
rt2x00: Improve interface_modes initialization
Ivo van Doorn
2008-11-10
1
-4
/
+10
*
rt2x00: Remove ieee80211_bss_conf from rt2x00_intf
Ivo van Doorn
2008-11-10
3
-9
/
+1
*
rt2x00: Optimize configuration handling
Ivo van Doorn
2008-11-10
9
-655
/
+488
*
Fix debugfs_create_*'s error checking method for wireless/rt2x00/
Zhaolei
2008-10-31
1
-9
/
+12
*
rt2x00: reduce checkpatch.pl errors
John Daiker
2008-10-31
4
-5
/
+5
*
mac80211/drivers: rewrite the rate control API
Johannes Berg
2008-10-31
4
-17
/
+42
*
mac80211: make retry limits part of hw config
Johannes Berg
2008-10-31
6
-4
/
+16
*
mac80211: introduce hw config change flags
Johannes Berg
2008-10-31
3
-3
/
+4
*
mac80211: kill hw.conf.antenna_sel_{rx,tx}
Johannes Berg
2008-10-31
2
-20
/
+6
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-31
1
-1
/
+1
|
\
|
*
rt2x00: Fix build error when mac80211=M rt2x00=Y
Ivo van Doorn
2008-10-29
1
-1
/
+1
*
|
pci: use pci_ioremap_bar() in drivers/net
Arjan van de Ven
2008-10-31
1
-2
/
+1
*
|
net: convert print_mac to %pM
Johannes Berg
2008-10-27
5
-16
/
+5
|
/
*
rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"
Felix Fietkau
2008-10-14
1
-4
/
+5
*
mac80211: free up 2 bytes in skb->cb
Felix Fietkau
2008-10-06
2
-4
/
+7
*
rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.
Gertjan van Wingerde
2008-10-06
1
-2
/
+7
*
rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.
Gertjan van Wingerde
2008-09-30
1
-35
/
+34
*
rt2x00: Fix HW crypto key handling
Ivo van Doorn
2008-09-24
3
-5
/
+6
[next]