Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c51aa6db2a599b49d53668008f845c670694beb7
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
rc.c
08c96ab
ath9k: prevent aggregation session deadlocks
by Felix Fietkau
· 12 years ago
675a0b0
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
by Karl Beldan
· 12 years ago
98d5fac
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
e1a0c6b
mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40
by Johannes Berg
· 12 years ago
14f8dc4
drivers: net: Remove remaining alloc/OOM messages
by Joe Perches
· 12 years ago
4d28f77
ath9k: Fix rate control debugging
by Sujith Manoharan
· 12 years ago
1c11e10
ath9k: Fill remove_sta_debugfs() callback
by Sujith Manoharan
· 12 years ago
215999f
ath9k: Enable SGI correctly
by Sujith Manoharan
· 12 years ago
c771b51
ath9k: tune rc_stats to display only valid rates
by Rajkumar Manoharan
· 12 years ago
23d9939
ath9k: Trim rate table
by Sujith Manoharan
· 12 years ago
f8a8701
ath9k: Remove MIMO-PS specific code
by Sujith Manoharan
· 12 years ago
88dcc2d
ath9k: Cleanup TX status API
by Sujith Manoharan
· 12 years ago
c161011
ath9k: Bail out properly before calculating rate index
by Sujith Manoharan
· 12 years ago
2e54675
ath9k: Fix RTS/CTS rate selection
by Sujith Manoharan
· 12 years ago
97f7e8a
ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE
by Sujith Manoharan
· 12 years ago
3d2776f
ath9k: Unify valid rate calculation routines
by Sujith Manoharan
· 12 years ago
f5c9a80
ath9k: Remove ath_rc_set_valid_rate_idx
by Sujith Manoharan
· 12 years ago
6e1e374
ath9k: Change rateset calculation
by Sujith Manoharan
· 12 years ago
fc8d023
ath9k: Cleanup index retrieval routines
by Sujith Manoharan
· 12 years ago
dacde35
ath9k: Cleanup ath_rc_setvalid_htrates
by Sujith Manoharan
· 12 years ago
c05ea15
ath9k: Cleanup ath_rc_setvalid_rates
by Sujith Manoharan
· 12 years ago
ea2771f
ath9k: Cleanup RC init API
by Sujith Manoharan
· 12 years ago
62a2918
ath9k: Simplify rate table initialization
by Sujith Manoharan
· 12 years ago
cec429dd
ath9k: choose legacy rate as last rate of MRR series
by Rajkumar Manoharan
· 12 years ago
8065248
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
8f727ef
mac80211: notify driver of rate control updates
by Johannes Berg
· 13 years ago
64f68e5
mac80211: remove channel type argument from rate_update
by Johannes Berg
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
d47a61a
ath9k: Fix multi-VIF BSS handling
by Sujith Manoharan
· 13 years ago
3d4e20f
ath9k: Remove aggregation flags
by Sujith Manoharan
· 13 years ago
d53c74e
ath9k: completely zero intialize valid_phy_rate_idx
by Mohammed Shafi Shajakhan
· 13 years ago
a39fb22
ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back
by Pavel Roskin
· 13 years ago
2504a64
ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status
by Pavel Roskin
· 13 years ago
8149415
ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix
by John W. Linville
· 13 years ago
d2182b6
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
by Joe Perches
· 13 years ago
5d22df2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
10636bc
ath9k: fix max phy rate at rate control init
by Rajkumar Manoharan
· 13 years ago
ee40fa0
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 14 years ago
185d158
ath9k: Remove unnecessary AMPDU check at tx status
by Rajkumar Manoharan
· 13 years ago
a35e278
ath9k: Change rate control to use legacy rate as last MRR
by Rajkumar Manoharan
· 13 years ago
32359e3
ath9k: optimize rate control statistics
by Mohammed Shafi Shajakhan
· 13 years ago
9dff387
ath9k: remove an unnecessary function declaration
by Mohammed Shafi Shajakhan
· 13 years ago
f6351d4
ath9k: use standard max(), remove A_MAX macro
by Pavel Roskin
· 13 years ago
11ad2f5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
41e2b05
ath9k: set 40 Mhz rate only if hw is configured in ht40
by Rajkumar Manoharan
· 14 years ago
31ec97d
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 14 years ago
a70171d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
0ff2b5c
ath9k: Fix warnings from -Wunused-but-set-variable
by Sujith Manoharan
· 14 years ago
cfef604
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 14 years ago
f0bce44
ath9k: index out of bounds
by roel
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
19b9675
ath9k: Fix kernel panic caused by invalid rate index access.
by Senthil Balasubramanian
· 14 years ago
9ac5861
ath9k: fold struct ath_wiphy into struct ath_softc
by Felix Fietkau
· 14 years ago
2ae79d5
ath9k : few rate control clean ups
by Mohammed Shafi Shajakhan
· 14 years ago
bd2ce6e
mac80211: Add timeout to BA session start API
by Sujith Manoharan
· 14 years ago
226afe6
ath: Convert ath_print to ath_dbg
by Joe Perches
· 14 years ago
3800276
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
by Joe Perches
· 14 years ago
c8b5760
ath9k: avoid aggregation for VO traffic
by Luis R. Rodriguez
· 14 years ago
07b2fa5
ath9k: Use static const
by Joe Perches
· 14 years ago
f0c255a
ath9k: handle tx underrun in the driver instead of rate control
by Felix Fietkau
· 14 years ago
1d666d8
ath9k: remove the unnecessary private xretry tx flag
by Felix Fietkau
· 14 years ago
5d4c428
ath9k: Properly assign boolean types
by Mohammed Shafi Shajakhan
· 14 years ago
123f5b8e
ath9k: Remove the median function in rate control
by Mohammed Shafi Shajakhan
· 14 years ago
4fc4fbd
ath9k: Fix incorrect access of rate flags in RC
by Mohammed Shafi Shajakhan
· 14 years ago
d465991
ath9k_hw: remove enum wireless_mode and its users
by Felix Fietkau
· 14 years ago
4e99001
ath9k: remove sc->cur_rate_table and sc->cur_rate_mode
by Felix Fietkau
· 14 years ago
772d551
ath9k: make rate control debugfs stats per station
by Felix Fietkau
· 14 years ago
7a82665
ath9k: Fix documentation in rate control
by Mohammed Shafi Shajakhan
· 14 years ago
a8909cf
ath9k: built-in rate control A-MPDU fix
by Björn Smedman
· 14 years ago
334b060
ath9k: move ath_tx_aggr_check() to the rate control module
by Felix Fietkau
· 14 years ago
aaa41ec
ath9k: remove unused base_index from rate table.
by Senthil Balasubramanian
· 14 years ago
812c7c3
ath9k: Fix incorrect user ratekbs of MCS15 ShortGI
by Senthil Balasubramanian
· 14 years ago
1d9d06a
ath9k: Add three stream rate control support for AR938X.
by Senthil Balasubramanian
· 14 years ago
f63b340
ath9k: Introduce bit masks for valid and valid_single_stream.
by Senthil Balasubramanian
· 14 years ago
3553727
ath9k/ath9k_htc: remove redundand checks for dual-stream tx support
by Felix Fietkau
· 14 years ago
9e55ba7
ath9k: Fix bug in rate table
by Vasanthakumar Thiagarajan
· 15 years ago
6473d24
ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips
by Vasanthakumar Thiagarajan
· 15 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
58b5190
ath9k: set the STBC flag in rate control if the peer supports it
by Felix Fietkau
· 15 years ago
b0a3344
ath9k: add LDPC support
by Luis R. Rodriguez
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d969847
ath9k: fix rate control tx status handling for A-MPDU
by Felix Fietkau
· 15 years ago
4fa0043
mac80211: Fix HT rate control configuration
by Sujith
· 15 years ago
19bc291
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
5c0ba62
ath9k: fix rate control fallback rate selection
by Felix Fietkau
· 15 years ago
10be7eb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
6589651
ath9k: improve max rate retry handling
by Felix Fietkau
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
f4709fd
ath9k: Fix maximum tx fifo settings for single stream devices
by Luis R. Rodriguez
· 15 years ago
1fe8234
ath9k: clean up rc rate table
by Felix Fietkau
· 15 years ago
545750d
ath9k: properly use the mac80211 rate control api
by Felix Fietkau
· 15 years ago
c951ad3
mac80211: convert aggregation to operate on vifs/stas
by Johannes Berg
· 15 years ago
827e69b
ath9k: get rid of tx_info_priv
by Felix Fietkau
· 15 years ago
230f9bb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e55ea2b
ath9k: fix misplaced semicolon on rate control
by Luis R. Rodriguez
· 15 years ago
9680e8a
ath9k: remove driver ASSERT, just use BUG_ON()
by Luis R. Rodriguez
· 15 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 15 years ago
Next »