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
/
rt73usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rt2x00: Start bugging when rt2x00lib doesn't filter SW diversity
Ivo van Doorn
2008-03-13
1
-14
/
+9
*
rt2x00: Move firmware checksumming to driver
Ivo van Doorn
2008-03-13
1
-5
/
+23
*
rt2x00: Fix trivial log message
Luis Correia
2008-03-13
1
-1
/
+2
*
rt2x00: Only disable beaconing just before beacon update
Ivo van Doorn
2008-03-13
1
-5
/
+13
*
rt2x00: Don't use unitialized rxdesc->size
Mattias Nissler
2008-03-13
1
-4
/
+7
*
rt2x00: Don't use uninitialized desc_len
Ivo van Doorn
2008-03-13
1
-1
/
+1
*
rt2x00: Align RX descriptor to 4 bytes
Ivo van Doorn
2008-03-13
1
-22
/
+17
*
rt2x00: Remove async vendor request calls from rt2x00usb
Ivo van Doorn
2008-02-29
1
-7
/
+16
*
rt2x00: Cleanup mode registration
Ivo van Doorn
2008-02-29
1
-4
/
+4
*
rt2x00: Remove reset_tsf()
Ivo van Doorn
2008-02-29
1
-9
/
+0
*
rt2x00: Filter ACK_CTS based on FIF_CONTROL
Ivo van Doorn
2008-02-29
1
-1
/
+2
*
rt2x00: Don't report driver generated frames to tx_status()
Ivo van Doorn
2008-02-29
1
-0
/
+1
*
rt2x00: Send frames out with configured TX power
Ivo van Doorn
2008-02-29
1
-3
/
+1
*
rt2x00: Fix skbdesc->data_len initialization
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
rt2x00: Fix typo in debug statement
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
rt2x00: Make rt2x00 less verbose
Ivo van Doorn
2008-02-29
1
-4
/
+0
*
rt2x00: Enable LED class support for rt2500usb/rt73usb
Ivo van Doorn
2008-02-29
1
-12
/
+9
*
rt2x00: Make use of MAC80211_LED_TRIGGERS
Ivo van Doorn
2008-02-29
1
-89
/
+76
*
cfg80211 API for channels/bitrates, mac80211 and driver conversion
Johannes Berg
2008-02-29
1
-11
/
+12
*
rt2x00: Move beacon and atim queue defines into rt2x00
Ivo van Doorn
2008-02-29
1
-6
/
+6
*
rt2x00: Remove TX_MGMT queue usage
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
rt2x00: Add per-interface structure
Ivo van Doorn
2008-02-29
1
-81
/
+98
*
rt2x00: Driver requiring firmware should select crc algo
Ivo van Doorn
2008-02-29
1
-1
/
+2
*
rt2x00: Queue handling overhaul
Ivo van Doorn
2008-02-29
1
-46
/
+88
*
rt2x00: Update copyright notice
Ivo van Doorn
2008-02-29
1
-1
/
+1
*
rt2x00: Add link tuner safe RX toggle states
Ivo van Doorn
2008-02-28
1
-1
/
+5
*
rt2x00: Data and desc pointer initialization
Ivo van Doorn
2008-01-28
1
-7
/
+4
*
mac80211: add unified BSS configuration
Johannes Berg
2008-01-28
1
-1
/
+1
*
rt2x00: Correctly initialize data and desc pointer
Ivo van Doorn
2008-01-28
1
-0
/
+7
*
rt2x00: Move init_txring and init_rxring into rt2x00lib
Ivo van Doorn
2008-01-28
1
-2
/
+2
*
rt2x00: Determine MY_BSS from descriptor
Ivo van Doorn
2008-01-28
1
-2
/
+1
*
rt2x00: Cleanup write_tx_desc() arguments
Ivo van Doorn
2008-01-28
1
-6
/
+6
*
rt2x00: Move packet filter flags
Ivo van Doorn
2008-01-28
1
-6
/
+2
*
rt2x00: Only set the TBCN flag when the interface is configured to send beacons.
Ivo van Doorn
2008-01-28
1
-1
/
+2
*
rt2x00: Add skb descriptor
Ivo van Doorn
2008-01-28
1
-7
/
+20
*
rt2x00: Replace DRV_NAME with KBUILD_MODNAME
Ivo van Doorn
2008-01-28
1
-7
/
+2
*
rt2x00: Correctly set ACK bit in tx descriptors
Mattias Nissler
2008-01-28
1
-1
/
+1
*
rt2x00: Place mutex around USB register access
Adam Baker
2008-01-28
1
-5
/
+37
*
rt2x00: Remove data_desc structure
Ivo van Doorn
2008-01-28
1
-3
/
+3
*
rt2x00: Rework rt73 antenna selection
Mattias Nissler
2008-01-28
1
-53
/
+25
*
rt2x00: Unconstify rt2x00dev
Adam Baker
2008-01-28
1
-12
/
+10
*
rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna
Ivo van Doorn
2008-01-28
1
-12
/
+46
*
[PATCH] rt2x00: Cleanup if-statements
Ivo van Doorn
2008-01-28
1
-15
/
+13
*
[PATCH] rt2x00: SW diversity should default to antenna B
Ivo van Doorn
2008-01-28
1
-2
/
+14
*
[PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00
Ivo van Doorn
2008-01-28
1
-13
/
+10
*
[PATCH] rt2x00: Use enum defines
Ivo van Doorn
2008-01-28
1
-2
/
+4
*
[PATCH] rt2x00: Move quality statistics into seperate structure
Ivo van Doorn
2008-01-28
1
-7
/
+6
*
rt2x00: Request usb_maxpacket() once
Ivo van Doorn
2007-11-18
1
-2
/
+2
*
rt2x00: Fix chipset revision validation
Ivo van Doorn
2007-11-14
1
-1
/
+1
*
[PATCH] rt2x00: Add new rt73usb USB ID
Ivo van Doorn
2007-10-18
1
-0
/
+1
[next]