Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4bdd1e978ede034c1211957eb17eaf50de00d234
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
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
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
· 15 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
d435700
ath9k: Move ath9k specific RX code to driver
by Sujith
· 14 years ago
5682422
ath9k: fix dma direction for map/unmap in ath_rx_tasklet
by Ming Lei
· 15 years ago
ededf1f
ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep
by Vasanthakumar Thiagarajan
· 14 years ago
b29e7eb
ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()
by Vasanthakumar Thiagarajan
· 15 years ago
083e3e8
ath9k: Fix bug in handling rx frames with invalid descriptor content
by Vasanthakumar Thiagarajan
· 15 years ago
4adfcde
ath9k: Setup appropriate tx desc for regular dma and edma
by Vasanthakumar Thiagarajan
· 15 years ago
b622a72
ath9k_hw: move AR9002 mac ops to its own file
by Luis R. Rodriguez
· 15 years ago
b5c80475
ath9k: Add Rx EDMA support
by Felix Fietkau
· 15 years ago
29bffa9
ath9k: allocate tx and rx status information on stack
by Felix Fietkau
· 15 years ago
8e6f5aa
ath9k: split out access to rx status information
by Felix Fietkau
· 15 years ago
f643e51
ath: make gcc check format arguments of ath_print(), fix all misuses
by Pavel Roskin
· 15 years ago
1395d3f
ath9k: Add debugfs file for RX errors
by Sujith
· 15 years ago
1b04b93
ath9k: Cleanup Powersave flags
by Sujith
· 15 years ago
db86f07
ath9k_common: add new module to share 802.11n driver helpers
by Luis R. Rodriguez
· 15 years ago
c9b1417
ath9k: move RX skb post processing to a helper
by Luis R. Rodriguez
· 15 years ago
7e86c10
ath9k: move driver keymap, keymax and splitmic to common
by Luis R. Rodriguez
· 15 years ago
1e875e9
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
by Luis R. Rodriguez
· 15 years ago
2c74aa4
ath9k: move the max rx buffer size check to ath9k_rx_accept()
by Luis R. Rodriguez
· 15 years ago
cc861f7
ath: move the rx bufsize to common to share with ath5k/ath9k
by Luis R. Rodriguez
· 15 years ago
0a45da7
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
by Luis R. Rodriguez
· 15 years ago
5ca4262
ath9k: avoid the copy skb->cb on every RX'd skb
by Luis R. Rodriguez
· 15 years ago
dbfc22d
ath9k: move rssi processing into a helper
by Luis R. Rodriguez
· 15 years ago
21b2273
ath9k: move qual processing into a helper
by Luis R. Rodriguez
· 15 years ago
9878841
ath9k: move rate descriptor reading into a helper
by Luis R. Rodriguez
· 15 years ago
14077f5
ath9k: remove temp variable ratecode from ath_rx_prepare()
by Luis R. Rodriguez
· 15 years ago
207e968
ath9k: move RX check code into helper ath9k_rx_accept()
by Luis R. Rodriguez
· 15 years ago
712c13a
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
by Luis R. Rodriguez
· 15 years ago
3d536ac
ath9k: move struct ath_ani to common area
by Luis R. Rodriguez
· 15 years ago
30cbd42
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
by Luis R. Rodriguez
· 15 years ago
26ab264
ath9k: do not pass the entire descriptor to ath_rx_prepare()
by Luis R. Rodriguez
· 15 years ago
cee71d6
ath9k: use the passed ieee80211_hw on ath_rx_prepare()
by Luis R. Rodriguez
· 15 years ago
b4afffc
ath9k: simpify RX by calling ath_get_virt_hw() once
by Luis R. Rodriguez
· 15 years ago
5ed176e
mac80211: make ieee80211_find_sta per virtual interface
by Johannes Berg
· 15 years ago
66afad0
ath9k: Allow PSPOLL only when the interface is configured in AP mode
by Senthil Balasubramanian
· 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
13b8155
atheros: define shared bssidmask setting
by Luis R. Rodriguez
· 15 years ago
27c51f1
ath9k: move ath_common to ath_hw
by Luis R. Rodriguez
· 15 years ago
1510718
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
by Luis R. Rodriguez
· 15 years ago
f2b2143
ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
7ea310b
ath9k: Fix RX Filter handling for BAR
by Sujith
· 15 years ago
5eb6ba8
ath9k: Add support FIF_OTHER_BSS filtering mode.
by Javier Cardona
· 15 years ago
22e66a4
ath9k: Nuke struct ath9k_node_stats
by Vasanthakumar Thiagarajan
· 15 years ago
d15dd3e
ath: add common ath_rxbuf_alloc() and make ath9k use it
by Luis R. Rodriguez
· 15 years ago
5e32b1e
ath9k: Update beacon RSSI
by Sujith
· 15 years ago
87b5bee
ath9k: Remove unneeded assignment of protocol field
by Sujith
· 15 years ago
63b08b8
ath9k: use new FIF_PSPOLL configure filter
by Luis R. Rodriguez
· 15 years ago
a59b5a5
ath9k: Manipulate and report the correct RSSI
by Senthil Balasubramanian
· 15 years ago
7d5ca3b
ath9k: differentiate quality reporting between legacy and HT configurations
by Luis R. Rodriguez
· 15 years ago
293dc5d
ath9k: remove ath_rx_ps_back_to_sleep helper
by Gabor Juhos
· 15 years ago
b7351a0
ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flags
by Gabor Juhos
· 15 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 15 years ago
58f5fff
ath9k: wait for beacon frame along with CAB
by Gabor Juhos
· 15 years ago
f0e9a86
ath9k: process rx packet if we are waiting for CAB
by Gabor Juhos
· 15 years ago
ccdfeab
ath9k: Update Beacon timers based on timestamp from the AP
by Jouni Malinen
· 15 years ago
9a23f9c
ath9k: Wake up for TX in mac80211 timeout=0 sleep mode
by Jouni Malinen
· 15 years ago
153e080
ath9k: Move PS wakeup/restore calls from isr to tasklet
by Vasanthakumar Thiagarajan
· 16 years ago
cc65965
ath9k: Fix PS mode operation to receive buffered broadcast/multicast frames
by Jouni Malinen
· 16 years ago
9d64a3c
ath9k: Clean up RX processing a bit
by Jouni Malinen
· 16 years ago
d8959fb
ath9k: Fix a check for multicast address for virtual wiphy
by Jouni Malinen
· 16 years ago
203c480
atheros: put atheros wireless drivers into ath/
by Luis R. Rodriguez
· 16 years ago
[Renamed from drivers/net/wireless/ath9k/recv.c]
797fe5cb
ath9k: Remove the useless do..while loops
by Sujith
· 16 years ago
d8baa93
ath9k: Cleanup debug messages
by Sujith
· 16 years ago
853da11
ath9k: fix access to a freed skb in ath_rx_tasklet()
by Pavel Roskin
· 16 years ago
051b919
ath9k: fix dma mapping leak of rx buffer upon rmmod
by Luis R. Rodriguez
· 16 years ago
cee075a
ath9k: Update copyright in all the files
by Sujith
· 16 years ago
217ba9d
ath9k: Fix FIF_PROMISC_IN_BSS processing in station mode
by Jouni Malinen
· 16 years ago
f0e6ce1
ath9k: Get rid of unnecessary ATOMIC memory alloc during init time
by Senthil Balasubramanian
· 16 years ago
b93bce2
ath9k: Configure RX filter for multi-BSSID broadcast
by Jouni Malinen
· 16 years ago
c52f33d
ath9k: Add support for multiple secondary virtual wiphys
by Jouni Malinen
· 16 years ago
Next »