Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6ae06ff51eab5dcbbf959b05ce0f11003a305ba5
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
ath9k.h
79acac0
ath9k: add support for the new rate control API
by Felix Fietkau
· 12 years ago
ab11bb2
ath9k: always set common->macaddr to the MAC adress of a virtual interface
by Felix Fietkau
· 12 years ago
723e711
ath9k: fix handling of broken descriptors
by Felix Fietkau
· 12 years ago
1a6404a
ath9k: Fix IBSS joiner mode
by Sujith Manoharan
· 13 years ago
1282437
ath9k: Fix sparse __CHECK_ENDIAN__ for spectral code
by Sven Eckelmann
· 13 years ago
21fbbca
ath9k: report A-MPDU status
by Christian Lamparter
· 13 years ago
4ab0b0a
ath9k: Update spectral scan output data
by Sven Eckelmann
· 13 years ago
04ccd4a
ath9k: add debug parameters for spectral scan
by Simon Wunderlich
· 13 years ago
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
1381559
ath9k: clean up processing of pending tx frames on reset
by Felix Fietkau
· 13 years ago
463e3ed
ath9k: remove sc->rx.rxbuflock to fix a deadlock
by Felix Fietkau
· 13 years ago
4b883f0
ath9k: fix rx flush handling
by Felix Fietkau
· 13 years ago
7fc00a3
ath9k: add a better fix for the rx tasklet vs rx flush race
by Felix Fietkau
· 13 years ago
e93d083
ath9k: add spectral scan feature
by Simon Wunderlich
· 13 years ago
b81950b1
ath9k: use the devres API for allocations/mappings
by Felix Fietkau
· 13 years ago
a145daf
ath9k: Implement sta_add_debugfs/sta_remove_debugfs
by Sujith Manoharan
· 13 years ago
de7b760
ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDS
by Sujith Manoharan
· 13 years ago
580bdac
ath9k: Remove 'stations' debugfs file
by Sujith Manoharan
· 13 years ago
78ef731
ath9k: Fix the 'xmit' debugfs file
by Sujith Manoharan
· 13 years ago
bea843c
ath9k/ath9k_htc: Remove WME macros
by Sujith Manoharan
· 13 years ago
2884561
ath9k: stomp audio profiles on weak signal strength
by Rajkumar Manoharan
· 13 years ago
ac46ba4
ath9k: Fix BTCOEX debugfs file usage
by Sujith Manoharan
· 13 years ago
4df50ca
ath9k: Dump BTCOEX tuning parameters
by Rajkumar Manoharan
· 13 years ago
e82cb03
ath9k: adjust WLAN and BT concurrent transmission
by Rajkumar Manoharan
· 13 years ago
424749c
ath9k: perform ANI cycle in idle state
by Rajkumar Manoharan
· 13 years ago
365d2eb
ath9k: Fix chainmask selection for AR9462
by Sujith Manoharan
· 13 years ago
9b460d7
ath9k: Remove a couple of unused variables
by Sujith Manoharan
· 13 years ago
8f176a3
ath9k: fill led_pin before drv_start
by Rajkumar Manoharan
· 13 years ago
1b29ce4
ath9k: Remove an obselete function declaration
by Mohammed Shafi Shajakhan
· 13 years ago
94ae77e
ath9k: Fix BTCOEX timer triggering comparision
by Mohammed Shafi Shajakhan
· 13 years ago
36323f8
mac80211: move TX station pointer and restructure TX
by Thomas Huehn
· 13 years ago
124b979
ath9k: Fix race in reset-work usage
by Rajkumar Manoharan
· 13 years ago
da0d45f
ath9k: Fix ANI management
by Sujith Manoharan
· 13 years ago
fb6e252
ath9k: Cleanup the beacon tasklet
by Sujith Manoharan
· 13 years ago
2f8e82e
ath9k: Set the TSF adjust value properly
by Sujith Manoharan
· 13 years ago
7e52c8a
ath9k: Cleanup beacon queue configuration
by Sujith Manoharan
· 13 years ago
aa45fe9
ath9k: Remove is_bslot_active
by Sujith Manoharan
· 13 years ago
ef4ad63
ath9k: Cleanup beacon logic
by Sujith Manoharan
· 13 years ago
130ef6e
ath9k: Fix beacon setup
by Sujith Manoharan
· 13 years ago
aa5955c
ath9k: fix aggregate size limit based on queue TXOP limit
by Felix Fietkau
· 13 years ago
7702e78
ath9k: make per-WMM-AC queue sizes configurable via debugfs
by Felix Fietkau
· 13 years ago
b11e640
ath9k: Add WoW related mac80211 callbacks
by Mohammed Shafi Shajakhan
· 13 years ago
01c7853
ath9k: Add definitions and structures to support WoW
by Mohammed Shafi Shajakhan
· 13 years ago
08d4df4
ath9k: fix power consumption on network sleep when BTCOEX is enabled
by Rajkumar Manoharan
· 13 years ago
635d999
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
313eb87
ath9k: raise aggregation limit to 64k for HT IBSS
by Sven Eckelmann
· 13 years ago
80b08a8
ath9k: fix invalid pointer access in the tx path
by Felix Fietkau
· 13 years ago
3c7992e
ath9k: defer btcoex scheme update
by Rajkumar Manoharan
· 13 years ago
b74713d
ath9k: Handle fatal interrupts properly
by Sujith Manoharan
· 13 years ago
781b14a
ath9k: Use atomic operations
by Sujith Manoharan
· 13 years ago
8da0783
ath9k: Move LNA code to antenna.c
by Sujith Manoharan
· 13 years ago
af68aba
ath9k: Fix work handling
by Sujith Manoharan
· 13 years ago
ef1b6cd
ath9k: Group link monitoring logic
by Sujith Manoharan
· 13 years ago
6995fb8
ath9k: improve BT FTP/PAN performance
by Rajkumar Manoharan
· 13 years ago
e6930c4
ath9k: Use separate operational flags for BTCOEX
by Sujith Manoharan
· 13 years ago
4cb54fa
ath9k: Remove SC_OP_OFFCHANNEL
by Sujith Manoharan
· 13 years ago
689e756
ath9k_hw: add support for 8 AP mode interfaces
by Felix Fietkau
· 13 years ago
8e92d3f
ath9k: add DFS pattern detector instance to ath_softc
by Zefir Kurtisi
· 13 years ago
01e1891
ath9k: recover ar9380 chips from rare stuck state
by Rajkumar Manoharan
· 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
bcf6f96
ath9k: Remove 'other' VIF count
by Sujith Manoharan
· 13 years ago
62450b8
ath9k: Remove unused variables
by Sujith Manoharan
· 13 years ago
3a2923e
ath9k: get rid of double queueing of rx frames on EDMA
by Felix Fietkau
· 13 years ago
4daa776
ath9k: Use CONFIG_ATH9K_BTCOEX_SUPPORT
by Sujith Manoharan
· 13 years ago
c0ac53f
ath9k: Calculate ampdu limit using a helper
by Sujith Manoharan
· 13 years ago
56ca0db
ath9k: Process BTCOEX interrupts using a helper
by Sujith Manoharan
· 13 years ago
df198b1
ath9k: Use proper start/stop routines for BTCOEX
by Sujith Manoharan
· 13 years ago
5908120
ath9k: Move BTCOEX init/deinit functions to gpio.c
by Sujith Manoharan
· 13 years ago
e4922f2
ath9k_hw: fix a comment
by Mohammed Shafi Shajakhan
· 14 years ago
016c217
ath9k_hw: increase tx status ring buffer size
by Rajkumar Manoharan
· 14 years ago
23de5dc
ath9k: fix tx locking issues
by Felix Fietkau
· 14 years ago
f943754
ath9k: avoid retransmitting aggregation frames that a BAR was sent for
by Felix Fietkau
· 14 years ago
156369f
ath9k: reduce the number of unnecessary BAR tx packets
by Felix Fietkau
· 14 years ago
da64762
ath9k: change maximum software retransmission handling
by Felix Fietkau
· 14 years ago
9e25365
ath9k: Add functions to allocate/free buffers for MCI
by Mohammed Shafi Shajakhan
· 14 years ago
1a68abb
ath9k: Fix LED GPIO pin for AR9462
by Mohammed Shafi Shajakhan
· 14 years ago
7e1e386
ath9k: Improve debugfs printout for stations.
by Ben Greear
· 14 years ago
7dc181c
ath9k: Add btcoex profile management support for AR9462
by Rajkumar Manoharan
· 14 years ago
423e38e
ath9k: Rename AR9480 into AR9462
by Rajkumar Manoharan
· 14 years ago
042ec45
mac80211: let drivers inform it about per TID buffered frames
by Johannes Berg
· 14 years ago
493cf04
ath9k: use the new API for setting tx descriptors
by Felix Fietkau
· 14 years ago
399c648
ath9k: reduce the number of functions that access the tx descriptor
by Felix Fietkau
· 14 years ago
55797b1
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
by Felix Fietkau
· 14 years ago
79ac9b3
ath9k: enable LED pin for AR946/8x chipsets
by Mohammed Shafi Shajakhan
· 14 years ago
43c3528
ath9k: implement .get_antenna and .set_antenna
by Felix Fietkau
· 14 years ago
236de51
ath9k: always call ath_reset from workqueue context
by Felix Fietkau
· 14 years ago
6a0ddae
ath9k: move the sequence number from ath_frame_info to ath_buf
by Felix Fietkau
· 14 years ago
56dc633
ath9k: clean up the aggregation tid queue
by Felix Fietkau
· 14 years ago
a75c062
ath9k: use u8 for the tx key index
by Felix Fietkau
· 14 years ago
f82b4bd
ath9k: Move ath9k_init_crypto to common
by Rajkumar Manoharan
· 14 years ago
d77bf3e
ath9k: Remove SC_OP_ENABLE_APM
by Rajkumar Manoharan
· 14 years ago
e8fe733
ath9k: Use atomic reference count for interrupt ops
by Rajkumar Manoharan
· 14 years ago
0f9dc29
ath9k: Remove virtual wiphy specific frame type
by Rajkumar Manoharan
· 14 years ago
eb93e89
ath9k: remove all references to subsysid, it's never used
by Pavel Roskin
· 14 years ago
df2cbe4
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
c3d7769
ath9k: move few descriptor macros to ath9k.h
by Mohammed Shafi Shajakhan
· 14 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
· 14 years ago
e707549
ath9k: typo fix in a comment
by Pavel Roskin
· 14 years ago
f6351d4
ath9k: use standard max(), remove A_MAX macro
by Pavel Roskin
· 14 years ago
Next »