index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rt2x00
/
rt61pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+1
*
rt2x00: Add per-interface structure
Ivo van Doorn
2008-02-29
1
-74
/
+95
*
rt2x00: Driver requiring firmware should select crc algo
Ivo van Doorn
2008-02-29
1
-1
/
+2
*
rt2x00: don't write past the end when writing short descriptors on rt61
Adam Baker
2008-02-29
1
-3
/
+5
*
rt2x00: Queue handling overhaul
Ivo van Doorn
2008-02-29
1
-120
/
+136
*
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
*
rt61pci: fix-up merge damage
John W. Linville
2008-01-31
1
-1
/
+2
*
mac80211: add unified BSS configuration
Johannes Berg
2008-01-28
1
-1
/
+1
*
rt2x00: Move init_txring and init_rxring into rt2x00lib
Ivo van Doorn
2008-01-28
1
-58
/
+30
*
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
-7
/
+7
*
rt2x00: Move packet filter flags
Ivo van Doorn
2008-01-28
1
-6
/
+2
*
rt2x00: Store queue idx and entry idx in data_ring and data_entry
Ivo van Doorn
2008-01-28
1
-2
/
+4
*
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: Move duplicate code into rt2x00pci_txdone()
Ivo van Doorn
2008-01-28
1
-18
/
+1
*
rt2x00: Correctly set ACK bit in tx descriptors
Mattias Nissler
2008-01-28
1
-1
/
+1
*
rt2x00: Remove data_desc structure
Ivo van Doorn
2008-01-28
1
-6
/
+6
*
rt2x00: Remove unused variables
Ivo van Doorn
2008-01-28
1
-2
/
+0
*
rt2x00: Rework rt61 antenna selection.
Mattias Nissler
2008-01-28
1
-105
/
+38
*
rt2x00: Unconstify rt2x00dev
Adam Baker
2008-01-28
1
-7
/
+7
*
rt2x00: Split rt61/rt73 antenna selection into RX and TX antenna
Ivo van Doorn
2008-01-28
1
-74
/
+141
*
[PATCH] rt2x00: Cleanup if-statements
Ivo van Doorn
2008-01-28
1
-26
/
+24
*
[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
-19
/
+13
*
[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
-6
/
+6
*
rt2x00: Allow rt61 to catch up after a missing tx report
Mattias Nissler
2008-01-10
1
-0
/
+12
*
[PATCH] rt2x00: Allways memset memory obtained from skb_push()
Ivo van Doorn
2007-10-10
1
-0
/
+2
*
[PATCH] rt2x00: Reorganize configuration handler
Ivo van Doorn
2007-10-10
1
-74
/
+27
*
[PATCH] rt2x00: Small optimizations
Ivo van Doorn
2007-10-10
1
-4
/
+2
*
[PATCH] rt2x00: Cut lines down to 80 characters
Ivo van Doorn
2007-10-10
1
-1
/
+2
*
[PATCH] rt2x00: Move TSF sync values into rt2x00config
Ivo van Doorn
2007-10-10
1
-9
/
+3
*
[PATCH] rt2x00: Fix rfkill handling
Ivo van Doorn
2007-10-10
1
-2
/
+4
*
[PATCH] rt2x00: Don't use changed_flags inside configure_packet_filter
Ivo van Doorn
2007-10-10
1
-2
/
+2
*
[PATCH] rt2x00: Remove duplicate code in MAC & BSSID handling
Ivo van Doorn
2007-10-10
1
-24
/
+10
*
[PATCH] rt2x00: Fix obvious typo in comment
Ivo van Doorn
2007-10-10
1
-1
/
+1
*
[PATCH] rt2x00: Reorganize rt2x00dev->flags
Ivo van Doorn
2007-10-10
1
-2
/
+2
*
[PATCH] rt2x00: Make *_beacon_update static
Ivo van Doorn
2007-10-10
1
-1
/
+1
*
[PATCH] mac80211: revamp interface and filter configuration
Johannes Berg
2007-10-10
1
-74
/
+90
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
1
-1
/
+3
*
[RT2x00]: add driver for Ralink wireless hardware
Ivo van Doorn
2007-10-10
1
-0
/
+2603