Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
150721894e3613a228e212615909ade14964235c
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
1507218
ath9k: Add more recv stats.
by Ben Greear
· 13 years ago
01e1891
ath9k: recover ar9380 chips from rare stuck state
by Rajkumar Manoharan
· 13 years ago
b5447ff
ath9k: fix a memory leak in ath_rx_tasklet()
by Eric Dumazet
· 13 years ago
ffb1c56
ath9k: Fix mactime from being clobbered in rx_status
by Ashok Nagarajan
· 13 years ago
2ef1675
ath9k: fix signal strength reporting issues
by Felix Fietkau
· 13 years ago
3a2923e
ath9k: get rid of double queueing of rx frames on EDMA
by Felix Fietkau
· 13 years ago
6a01f0c
ath9k: make use of list_for_each_entry_safe
by Mohammed Shafi Shajakhan
· 13 years ago
f88373f
ath9k: fix a WEP crypto related regression
by Felix Fietkau
· 13 years ago
d2182b6
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
by Joe Perches
· 13 years ago
356cb55
ath9k: validate for non-zero BSSID
by Mohammed Shafi Shajakhan
· 13 years ago
7468722
ath9k: minor cleanup
by Mohammed Shafi Shajakhan
· 13 years ago
eb840a8
ath9k: change the default antenna settings based on diversity
by Mohammed Shafi Shajakhan
· 13 years ago
83c7657
ath9k: trivial: reorder rx_tasklet processing
by Zefir Kurtisi
· 13 years ago
ec20599
ath9k: only send FCS-fail packets to mac80211 if requested
by Felix Fietkau
· 13 years ago
846d936
ath9k_hw: fix a regression in key miss handling
by Felix Fietkau
· 13 years ago
72d874c
ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default
by Felix Fietkau
· 13 years ago
ac06697
ath9k: disable unnecessary PHY error reporting
by Felix Fietkau
· 13 years ago
f73c604
ath9k: Remove redundant my beacon check at ath_rx_ps_beacon
by Rajkumar Manoharan
· 13 years ago
0874073
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
ba54238
ath9k: Fix a dma warning/memory leak
by Mohammed Shafi Shajakhan
· 13 years ago
3483288
ath9k: ensure that rx is not enabled during a reset
by Felix Fietkau
· 13 years ago
43c3528
ath9k: implement .get_antenna and .set_antenna
by Felix Fietkau
· 13 years ago
cf3af74
ath9k: Add debugfs support for mac/baseband samples
by Rajkumar Manoharan
· 13 years ago
9976f62
ath9k: use appropriate debug mask
by Mohammed Shafi Shajakhan
· 13 years ago
152e585
ath9k: fix MGMT packets when using TKIP
by Bill Jordan
· 13 years ago
3de2111
ath9k: Remove unused argument tsf from ath9k_hw_rxprocdesc
by Rajkumar Manoharan
· 13 years ago
29ab0b3
ath9k: Re-enable RXOEL interrupt after processing rx buffers
by Rajkumar Manoharan
· 13 years ago
6a6767b
ath9k: remove obselete comments
by Mohammed Shafi Shajakhan
· 13 years ago
e8fe733
ath9k: Use atomic reference count for interrupt ops
by Rajkumar Manoharan
· 13 years ago
f749b94
ath9k: use the new channel noise value for signal strength and survey info
by Felix Fietkau
· 13 years ago
41bf371
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
· 13 years ago
66760ea
ath9k: improve reliability of MIC error detection
by Felix Fietkau
· 13 years ago
3609936
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
· 13 years ago
e7ef5bc
ath9k: add fast_div_bias configuration for diversity group 1
by Gabor Juhos
· 13 years ago
223c5a8
ath9k: remove superfluous parentheses
by Gabor Juhos
· 13 years ago
66ce235
ath9k: add a missing case statement to ath_ant_div_comb_alt_check
by Gabor Juhos
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 13 years ago
21e8ee6
ath9k: make sure main_rssi is positive
by Mohammed Shafi Shajakhan
· 13 years ago
3e9a212
ath9k: configure fast_div_bias based on diversity group
by Mohammed Shafi Shajakhan
· 13 years ago
b85c573
ath9k: Implement an API to swap main/ALT LNA's
by Mohammed Shafi Shajakhan
· 13 years ago
8afbcc8
ath9k_hw: define antenna diversity group
by Mohammed Shafi Shajakhan
· 13 years ago
2b892a9
ath9k: Fix rssi update in ad-hoc mode
by Rajkumar Manoharan
· 13 years ago
deb7518
ath9k: avoid enabling interrupts while processing rx
by Rajkumar Manoharan
· 14 years ago
429576b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
cedc7e3
ath9k: remove the unlikely check for autosleep
by Mohammed Shafi Shajakhan
· 14 years ago
0ff2b5c
ath9k: Fix warnings from -Wunused-but-set-variable
by Sujith Manoharan
· 14 years ago
2232d31
ath9k: fix the return value of ath_stoprecv
by Felix Fietkau
· 14 years ago
9529497
ath9k: fix too early enabling of rx during ath_startrecv()
by Felix Fietkau
· 14 years ago
264bbec
ath9k: fix PS-Poll reception on AR9160 and earlier
by Felix Fietkau
· 14 years ago
5882da02
ath9k_hw: fix stopping rx DMA during resets
by Felix Fietkau
· 14 years ago
99e4d43
ath9k: configure beacons based on hw opmode
by Rajkumar Manoharan
· 14 years ago
2e28694
ath9k: remove support for the FIF_PROMISC_IN_BSS filter flag
by Felix Fietkau
· 14 years ago
6ebacbb
mac80211: rename RX_FLAG_TSFT
by Johannes Berg
· 14 years ago
0d95521
ath9k: use split rx buffers to get rid of order-1 skb allocations
by Felix Fietkau
· 14 years ago
9ac5861
ath9k: fold struct ath_wiphy into struct ath_softc
by Felix Fietkau
· 14 years ago
7545daf
ath9k: remove support for virtual wiphys
by Felix Fietkau
· 14 years ago
4801416
ath9k: Fix up hardware mode and beacons with multiple vifs.
by Ben Greear
· 14 years ago
d584747
ath9k: Fix warnings on card removal
by Rajkumar Manoharan
· 14 years ago
393934c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
cae6b74
ath9k: Remove dead code in recv.c
by Mohammed Shafi Shajakhan
· 14 years ago
aaef24b
ath9k: Properly use unlikely check macro
by Mohammed Shafi Shajakhan
· 14 years ago
d7fd1b50
ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.
by Ben Greear
· 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
38852b2
ath9k: Fix STA disconnect issue due to received MIC failed bcast frames
by Senthil Balasubramanian
· 14 years ago
d89197c
Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"
by John W. Linville
· 14 years ago
916448e
ath9k: Fix STA disconnect issue due to received MIC failed bcast frames
by Senthil Balasubramanian
· 14 years ago
d7a066c9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
d47844a
ath9k: fix timeout on stopping rx dma
by Felix Fietkau
· 14 years ago
4bdd1e9
ath9k: move the PCU lock to the sc structure
by Luis R. Rodriguez
· 14 years ago
78a7685
ath9k: add a debug warning when we cannot stop RX
by Luis R. Rodriguez
· 14 years ago
9fa23e1
ath9k: optimize/fix ANI RSSI processing
by Felix Fietkau
· 14 years ago
5f841b4
ath9k: Avoid HW opmode overridden on monitor mode changes
by Rajkumar Manoharan
· 14 years ago
5e848f7
ath9k: lock reset and PCU start/stopping
by Luis R. Rodriguez
· 14 years ago
b79b33c
ath9k: rename rxflushlock to pcu_lock
by Luis R. Rodriguez
· 14 years ago
7583c550
ath9k: add locking for starting the PCU on RX
by Luis R. Rodriguez
· 14 years ago
1e45028
ath9k: add locking for stopping RX
by Luis R. Rodriguez
· 14 years ago
6cf9e99
ath9k: Null out references to stale pointers.
by Ben Greear
· 14 years ago
c1739eb3
ath9k: Remove bf_dmacontext.
by Ben Greear
· 14 years ago
9c1d8e4
ath9k: Set RX filter for Probe Request based on filter flag
by Jouni Malinen
· 14 years ago
686b9cb
mac80211/ath9k: Support AMPDU with multiple VIFs.
by Ben Greear
· 14 years ago
e17f83e
ath9k_hw: simplify revision checks for AR9285
by Felix Fietkau
· 14 years ago
7a37081
ath9k_hw: simplify revision checks for AR9280
by Felix Fietkau
· 14 years ago
3fac6df
ath9k: fix regression which prevents chip sleep after CAB data
by Senthil Balasubramanian
· 14 years ago
48a6a46
ath9k: fix enabling ANI / tx monitor after bg scan
by Luis R. Rodriguez
· 14 years ago
8ab2cd0
ath9k: fix power save race conditions
by Luis R. Rodriguez
· 14 years ago
9bad82b
ath9k: make ath_ant_div_conf_fast_divbias static
by John W. Linville
· 14 years ago
cfda669
ath9k: calcrxfilter should take multiple VIFs into account.
by Ben Greear
· 14 years ago
364734f
ath9k_hw: remove useless hw capability flags
by Felix Fietkau
· 14 years ago
102885a
ath9k: Implement an algorithm for Antenna diversity and combining
by Vasanthakumar Thiagarajan
· 14 years ago
56363dd
ath9k: fix spurious MIC failure reports
by Felix Fietkau
· 14 years ago
c8f3b72
ath9k: fix erased ieee80211_rx_status.mactime
by Jan Friedrich
· 14 years ago
96d159d
ath9k_hw: remove a useless function for setting the mac address
by Felix Fietkau
· 14 years ago
a6d2055
ath9k: fix extending the rx timestamp with the hardware TSF
by Felix Fietkau
· 14 years ago
40346b6
ath9k_hw: inform ANI calibration when scanning
by Luis R. Rodriguez
· 14 years ago
ce9426d
ath9k: fix dma sync in rx path
by Ming Lei
· 14 years ago
b7b1b51
ath9k: Fix bug in validating received data length for edma
by Vasanthakumar Thiagarajan
· 14 years ago
5c6dd92
ath9k: Fix bug in accessing skb->data of rx frame for edma
by Vasanthakumar Thiagarajan
· 14 years ago
9f167f6
ath9k: Clean up few function parameters in recv.c
by Vasanthakumar Thiagarajan
· 14 years ago
Next »