index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
2009-11-16
ath5k: allow setting txpower to 0
Bob Copeland
2009-11-16
rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATIC
Jussi Kivilinna
2009-11-16
rt2800: do not enable tbtt unless we are in a beacon mode
Josef Bacik
2009-11-16
ath9k: fix massive rx packet loss issue
Felix Fietkau
2009-11-16
rt2x00: Fix BUG on rt2800usb when trying to read eFuse EEPROM.
Gertjan van Wingerde
2009-11-16
rt2x00: Log RT/RF chipset information correctly.
Gertjan van Wingerde
2009-11-16
rt2x00: Initialize rf302x RF values properly for rt2800pci.
Gertjan van Wingerde
2009-11-16
rt2x00: Fix rt2800lib RF chip programming selection.
Gertjan van Wingerde
2009-11-13
rt2800lib: fix some typos and punctuation in comments
master-2009-11-13
Thadeu Lima de Souza Cascardo
2009-11-13
ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054
Vasanthakumar Thiagarajan
2009-11-13
ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit
Vasanthakumar Thiagarajan
2009-11-13
rt2x00: Properly detect Ralink RT3070 devices.
Gertjan van Wingerde
2009-11-11
rt2x00: Fix typo in rf programming of rt2800lib.
master-2009-11-11
Gertjan van Wingerde
2009-11-11
rt2x00: fix some typos and punctuation in comments
Thadeu Lima de Souza Cascardo
2009-11-11
at76c50x-usb: Supply additional parameters to at76_start_monitor scan request
Jason Andryuk
2009-11-11
at76c50x-usb: Remove mac2str and replace with %pM format specifier.
Jason Andryuk
2009-11-11
rt2x00: Update copyright statements.
Gertjan van Wingerde
2009-11-11
rt2500usb: remove dead link tuning code
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800usb: add eFuse EEPROM support
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800: add eFuse EEPROM support code to rt2800lib
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800usb: fix RX descriptor naming
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800: unify rt2800*_probe_hw_mode()
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800: prepare for rt2800*_probe_hw_mode() unification
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800usb: reorganize code in rt2800usb_probe_hw_mode()
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800pci: add missing RF values to rf_vals table
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800: unify EEPROM support code
Bartlomiej Zolnierkiewicz
2009-11-11
rt2800: prepare for unification of EEPROM support code
Bartlomiej Zolnierkiewicz
2009-11-11
rt2x00: Remove deprecated ieee80211_rx_status->qual usage
Ivo van Doorn
2009-11-11
rt2x00: Add dynamic detection of eFuse EEPROM in rt2800pci.
Gertjan van Wingerde
2009-11-11
ath9k_common: clarify and correct jumbogram processing
Luis R. Rodriguez
2009-11-11
ath9k_common: remove ath9k_compute_qual()
Luis R. Rodriguez
2009-11-11
ath9k_common: add new module to share 802.11n driver helpers
Luis R. Rodriguez
2009-11-11
ath9k: move RX skb post processing to a helper
Luis R. Rodriguez
2009-11-11
ath5k: use the common->keymap
Luis R. Rodriguez
2009-11-11
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
2009-11-11
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
Luis R. Rodriguez
2009-11-11
ath9k: move the max rx buffer size check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
Luis R. Rodriguez
2009-11-11
ath: move the rx bufsize to common to share with ath5k/ath9k
Luis R. Rodriguez
2009-11-11
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
ath9k: avoid the copy skb->cb on every RX'd skb
Luis R. Rodriguez
2009-11-11
ath9k: move rssi processing into a helper
Luis R. Rodriguez
2009-11-11
ath9k: move qual processing into a helper
Luis R. Rodriguez
2009-11-11
ath9k: move rate descriptor reading into a helper
Luis R. Rodriguez
2009-11-11
ath9k: remove temp variable ratecode from ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
ath9k: move RX check code into helper ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
ath9k: move struct ath_ani to common area
Luis R. Rodriguez
2009-11-11
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
Luis R. Rodriguez
2009-11-11
ath9k: do not pass the entire descriptor to ath_rx_prepare()
Luis R. Rodriguez
[next]