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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wl12xx: fix kconfig/link errors
Randy Dunlap
2009-09-23
1
-1
/
+1
*
rt2x00: fix the definition of rt2x00crypto_rx_insert_iv
Andrew Price
2009-09-23
1
-1
/
+1
*
iwlwifi: reduce noise when skb allocation fails
Reinette Chatre
2009-09-23
2
-2
/
+17
*
iwlwifi: do not send sync command while holding spinlock
Reinette Chatre
2009-09-23
1
-1
/
+1
*
ar9170usb: add usbid for TP-Link TL-WN821N v2
Christian Lamparter
2009-09-23
1
-0
/
+2
*
ath9k: Disable autosleep feature by default.
Vivek Natarajan
2009-09-23
1
-9
/
+1
*
ath9k: Fix regression in PA calibration
Sujith
2009-09-23
1
-0
/
+1
*
ath9k: Fix bug in chain handling
Senthil Balasubramanian
2009-09-23
1
-1
/
+3
*
ath9k: Fix AHB reset for AR9280
Vivek Natarajan
2009-09-23
1
-1
/
+1
*
ath9k: Adjust the chainmasks properly
Senthil Balasubramanian
2009-09-23
1
-5
/
+15
*
ath9k: Do a full reset for AR9280
Vasanthakumar Thiagarajan
2009-09-23
1
-2
/
+2
*
ath9k: Don't read NF when chip has gone through full sleep mode
Vasanthakumar Thiagarajan
2009-09-23
1
-1
/
+1
*
ath9k: Fix rx data corruption
Vasanthakumar Thiagarajan
2009-09-23
1
-0
/
+9
*
ath9k: Fix chip wakeup issue
Sujith
2009-09-23
1
-1
/
+1
*
ath9k: Restore TSF after RESET
Sujith
2009-09-23
1
-0
/
+9
*
ath9k: Revamp PCIE workarounds
Vivek Natarajan
2009-09-23
4
-72
/
+103
*
ath9k: Set default noise floor value for AR9287
Vivek Natarajan
2009-09-23
2
-0
/
+3
*
b43: Implement RFKILL status for LP PHY
Larry Finger
2009-09-23
1
-1
/
+1
*
b43: Remove BROKEN attribute from SDIO
Michael Buesch
2009-09-23
1
-1
/
+1
*
b43: fix build error if !CONFIG_B43_LEDS
Albert Herranz
2009-09-23
3
-2
/
+13
*
b43: Don't abuse wl->current_dev in the led work
Michael Buesch
2009-09-23
3
-5
/
+5
*
b43: Add LP PHY Analog Switch Support
Thomas Ilnseher
2009-09-23
1
-1
/
+11
*
b43: Disable PMQ mechanism
Michael Buesch
2009-09-23
1
-0
/
+14
*
b43: Add optional verbose runtime statistics
Michael Buesch
2009-09-23
5
-0
/
+43
*
b43: Fix IRQ sync for SDIO
Michael Buesch
2009-09-23
1
-6
/
+7
*
b43: Fix SDIO interrupt handler deadlock
Michael Buesch
2009-09-23
2
-6
/
+5
*
b43: Do not use _irqsafe callbacks
Michael Buesch
2009-09-23
3
-4
/
+4
*
b43: Add Soft-MAC SDIO device support
Albert Herranz
2009-09-23
5
-16
/
+324
*
b43: Rewrite suspend/resume code
Michael Buesch
2009-09-23
4
-173
/
+233
*
p54usb: add Zcomax XG-705A usbid
Christian Lamparter
2009-09-23
1
-0
/
+1
*
iwlwifi: disable powersave for 4965
Johannes Berg
2009-09-23
4
-5
/
+11
*
iwlwifi: find the correct first antenna
Wey-Yi Guy
2009-09-23
1
-1
/
+3
*
iwlwifi: fix potential rx buffer loss
Reinette Chatre
2009-09-23
2
-15
/
+33
*
iwlwifi: fix HT operation in 2.4 GHz band
Daniel C Halperin
2009-09-23
1
-0
/
+6
*
b43: Fix resume failure
Michael Buesch
2009-09-23
1
-5
/
+1
*
wireless: default CONFIG_WLAN to y
Luis R. Rodriguez
2009-09-23
1
-0
/
+1
*
ath9k: Fix bug in ANI channel handling
Sujith
2009-09-23
1
-2
/
+4
*
b43: Force-wake queues on init
Michael Buesch
2009-09-23
1
-0
/
+2
*
hostap: Revert a toxic part of the conversion to net_device_ops
Martin Decky
2009-09-23
1
-1
/
+2
*
ath9k: Initialize the priority gpio for BT coex 3-wire
Vasanthakumar Thiagarajan
2009-09-09
2
-2
/
+5
*
ath9k: Get rid of the modparam btcoex_enable
Vasanthakumar Thiagarajan
2009-09-09
1
-4
/
+0
*
ath9k: Enable btcoex based on the subsystem id of the device
Vasanthakumar Thiagarajan
2009-09-09
4
-1
/
+30
*
ath9k: Store subsystem id in struct hw_version
Vasanthakumar Thiagarajan
2009-09-09
5
-6
/
+10
*
wireless: mark prism54 as deprecated and mark for removal
Luis R. Rodriguez
2009-09-09
1
-41
/
+16
*
b44/b43/b43legacy: Fix switch warnings introduced by SSB-SDIO
Michael Buesch
2009-09-09
2
-4
/
+12
*
ath9k: Remove unnecessary casting to u8 in pci_read_config_byte() call
Vasanthakumar Thiagarajan
2009-09-09
1
-2
/
+1
*
ath9k: Disable ASPM when btcoex is active
Vasanthakumar Thiagarajan
2009-09-09
3
-0
/
+20
*
b43: Fix sparse warning in hw-tkip code
Michael Buesch
2009-09-09
1
-5
/
+5
*
b43: Really disable QoS, if requested
Michael Buesch
2009-09-09
1
-1
/
+17
*
rt2x00: Hardcode TX ack timeout and consume time
Ivo van Doorn
2009-09-09
8
-28
/
+7
[next]