index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
ath9k_hw: Add AR9565 initvals
Sujith Manoharan
3
-8
/
+1291
2012-09-11
ath9k_hw: Add version/revision macros for AR9565
Sujith Manoharan
3
-2
/
+15
2012-09-11
drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-09-11
ath9k: Add Generic hardware timer interrupt in debugfs
Mohammed Shafi Shajakhan
2
-0
/
+6
2012-09-11
ath9k_hw: Read and configure thermocal for AR9462
Rajkumar Manoharan
2
-0
/
+25
2012-09-11
ath9k_hw: Read and apply thermometer settings from EEPROM
Rajkumar Manoharan
2
-0
/
+41
2012-09-11
ath9k_htc: Cancel BTCOEX related work before disabling BTCOEX
Mohammed Shafi Shajakhan
1
-1
/
+1
2012-09-11
ath9k_htc: Add a modparam to enable BTCOEX rather than default
Mohammed Shafi Shajakhan
2
-0
/
+14
2012-09-11
ath9k_htc: minor cleanup in ath9k_htc_add_station
Mohammed Shafi Shajakhan
1
-9
/
+5
2012-09-11
ath9k: Cleanup add/change_interface callbacks
Mohammed Shafi Shajakhan
1
-47
/
+10
2012-09-11
ath9k: Remove an obselete function declaration
Mohammed Shafi Shajakhan
1
-1
/
+0
2012-09-11
ath9k: Make use of ath_stop_ani wrapper
Mohammed Shafi Shajakhan
1
-1
/
+1
2012-09-11
ath9k: Fix BTCOEX timer triggering comparision
Mohammed Shafi Shajakhan
2
-2
/
+7
2012-09-11
ath9k_hw: Fix invalid MCI GPM index access/caching
Mohammed Shafi Shajakhan
1
-0
/
+8
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-26
/
+148
2012-09-07
ath9k: Fix TX filter usage
Sujith Manoharan
1
-1
/
+1
2012-09-07
ath9k_hw: small optimization
Mohammed Shafi Shajakhan
3
-9
/
+1
2012-09-07
wireless: ath9k-htc: only load firmware in need
Ming Lei
2
-12
/
+25
2012-09-05
ath9k: Fix a crash in 2 WIRE btcoex chipsets
Mohammed Shafi Shajakhan
1
-1
/
+2
2012-09-05
ath9k_hw: enable PA linearization
Felix Fietkau
1
-3
/
+0
2012-09-05
ath9k: fix PA linearization calibration related crash
Felix Fietkau
4
-8
/
+7
2012-09-05
ath9k_hw: disable PA linearization for AR9462
Felix Fietkau
1
-1
/
+2
2012-09-05
ath9k_hw: calibrate PA input for PA predistortion
Felix Fietkau
3
-1
/
+111
2012-09-05
ath9k_hw: clear the AM2PM predistortion mask on AR933x
Felix Fietkau
1
-1
/
+5
2012-09-05
ath9k_hw: do not enable the MIB interrupt in the interrupt mask register
Felix Fietkau
1
-3
/
+0
2012-08-21
ath9k_htc: implement sta_rc_update() mac80211 callback
Antonio Quartulli
1
-0
/
+29
2012-08-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
7
-9
/
+17
2012-08-13
ath9k: fix decrypt_error initialization in ath_rx_tasklet()
Lorenzo Bianconi
1
-1
/
+1
2012-08-10
ath9k: tune rc_stats to display only valid rates
Rajkumar Manoharan
1
-2
/
+3
2012-08-10
ath9k: Trim rate table
Sujith Manoharan
2
-180
/
+174
2012-08-10
ath9k: Remove MIMO-PS specific code
Sujith Manoharan
1
-9
/
+0
2012-08-10
ath9k: Cleanup TX status API
Sujith Manoharan
1
-42
/
+29
2012-08-10
ath9k: Bail out properly before calculating rate index
Sujith Manoharan
1
-13
/
+11
2012-08-10
ath9k: Fix RTS/CTS rate selection
Sujith Manoharan
1
-27
/
+14
2012-08-10
ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE
Sujith Manoharan
1
-2
/
+0
2012-08-10
ath9k: Unify valid rate calculation routines
Sujith Manoharan
1
-35
/
+39
2012-08-10
ath9k: Remove ath_rc_set_valid_rate_idx
Sujith Manoharan
1
-10
/
+3
2012-08-10
ath9k: Change rateset calculation
Sujith Manoharan
1
-26
/
+9
2012-08-10
ath9k: Cleanup index retrieval routines
Sujith Manoharan
1
-29
/
+27
2012-08-10
ath9k: Cleanup ath_rc_setvalid_htrates
Sujith Manoharan
1
-8
/
+9
2012-08-10
ath9k: Cleanup ath_rc_setvalid_rates
Sujith Manoharan
1
-28
/
+21
2012-08-10
ath9k: Cleanup RC init API
Sujith Manoharan
1
-64
/
+35
2012-08-10
ath9k: Simplify rate table initialization
Sujith Manoharan
1
-48
/
+17
2012-08-10
ath9k: stop btcoex on device suspend
Rajkumar Manoharan
1
-0
/
+1
2012-08-10
ath9k: fix interrupt storms on queued hardware reset
Felix Fietkau
3
-7
/
+16
2012-08-06
ath9k: fix indentation in ar9003_hw_set_power_per_rate_table
Gabor Juhos
1
-74
/
+69
2012-08-06
ath9k: optimize power level initialization for CTL_[25]GHT20
Gabor Juhos
1
-7
/
+1
2012-08-03
ath9k: Add PID/VID support for AR1111
Mohammed Shafi Shajakhan
3
-0
/
+3
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
7
-9
/
+17
2012-07-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
27
-1191
/
+2027
[next]