Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
77d6d39a77939e5ed7e2ec72a1c1dce828ee582e
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
hw.h
77d6d39
ath9k_hw: abstract loading noisefloor
by Luis R. Rodriguez
· 15 years ago
55e82df
ath9k_hw: Abstract the routine which returns interrupt status
by Vasanthakumar Thiagarajan
· 15 years ago
991312d
ath9k_hw: move TX/RX gain INI stuff to its own hardware family code
by Luis R. Rodriguez
· 15 years ago
d8f492b
ath9k_hw: move the cck channel 14 INI to the AR9002 hw code
by Luis R. Rodriguez
· 15 years ago
b3950e6
ath9k_hw: split the generic hardware code by hardware family
by Luis R. Rodriguez
· 15 years ago
795f5e2
ath9k_hw: split calib code by hardware families
by Luis R. Rodriguez
· 15 years ago
939ad86
ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup
by Senthil Balasubramanian
· 15 years ago
641d992
ath9k_hw: Split out the function for reading the noise floor
by Felix Fietkau
· 15 years ago
b5c80475
ath9k: Add Rx EDMA support
by Felix Fietkau
· 15 years ago
87d5efb
ath9k_hw: Add abstraction to set/get link pointer
by Vasanthakumar Thiagarajan
· 15 years ago
162c3be
ath9k_hw: Define tx control struct for AR9003
by Vasanthakumar Thiagarajan
· 15 years ago
c16fcb4
ath9k_hw: Split off ANI control to the PHY ops
by Felix Fietkau
· 15 years ago
13ce3e9
ath9k_hw: add initvals for the AR9003 hardware family
by Luis R. Rodriguez
· 15 years ago
ad7b806
ath9k_hw: Add few routines for rx edma support
by Vasanthakumar Thiagarajan
· 15 years ago
cee1f62
ath9k_hw: Add abstraction for rx enable
by Vasanthakumar Thiagarajan
· 15 years ago
ceb2644
ath9k_hw: Fill few hw cap for edma
by Vasanthakumar Thiagarajan
· 15 years ago
1adf02f
ath9k_hw: Add hw cap flag for EDMA for the AR9003 family
by Vasanthakumar Thiagarajan
· 15 years ago
8525f28
ath9k_hw: Add AR9003 PHY support
by Luis R. Rodriguez
· 15 years ago
db3cc53
ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables
by Senthil Balasubramanian
· 15 years ago
6477396
ath9k_hw: add a private callback for PLL control computation
by Luis R. Rodriguez
· 15 years ago
8fe6536
ath9k_hw: Move some RF ops to the private callbacks
by Luis R. Rodriguez
· 15 years ago
d70357d
ath9k_hw: start building an abstraction layer for hardware routines
by Luis R. Rodriguez
· 15 years ago
2eb46d9
ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register
by Pavel Roskin
· 15 years ago
ffa49f8
ath9k_hw: Don't check devid for ath9k_htc
by Sujith
· 15 years ago
152d530
ath9k: remove ah->mask_reg, it's never used properly
by Pavel Roskin
· 15 years ago
3069168
ath9k: move imask from sc to ah
by Pavel Roskin
· 15 years ago
05020d2
ath9k_hw: add HTC init hardware call for special resets for AR9271
by Sujith
· 15 years ago
70807e9
ath9k_hw: update initialization values for AR9271
by Sujith
· 15 years ago
74bad5c
ath9k: never read from the AR_IMR_S2 register
by Pavel Roskin
· 15 years ago
5ffaf8a
ath9k: add support for 802.11n bonded out AR2427
by Luis R. Rodriguez
· 15 years ago
e239d85
ath9k: implement coverage class support
by Felix Fietkau
· 15 years ago
0005baf
ath9k: cleanup slot time and ack/cts timeout handling
by Felix Fietkau
· 15 years ago
285f2dd
ath9k: Cleanup init/deinit routines
by Sujith
· 15 years ago
0ce024c
ath9k: Clarify Interrupt mitigation
by Sujith
· 15 years ago
a9a29ce
ath9k: enable 2GHz band only if the device supports it
by Gabor Juhos
· 15 years ago
f4709fd
ath9k: Fix maximum tx fifo settings for single stream devices
by Luis R. Rodriguez
· 15 years ago
545750d
ath9k: properly use the mac80211 rate control api
by Felix Fietkau
· 15 years ago
04658fb
ath9k: remove warnings related to signed/unsigned type mismatch
by John W. Linville
· 15 years ago
201cd6c
ath9k: Remove a few unused functions
by Sujith
· 15 years ago
c90017d
ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit
by Vasanthakumar Thiagarajan
· 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
ae478cf
ath9k_hw: make spur mitigation a callback
by Luis R. Rodriguez
· 15 years ago
e68a060
ath9k_hw: use a callback for frequency change
by Luis R. Rodriguez
· 15 years ago
dc51dd5
ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks()
by Luis R. Rodriguez
· 15 years ago
131d1d0
ath9k_hw: start documenting 802.11n RF anlong front ends
by Luis R. Rodriguez
· 15 years ago
8564328
ath9k_hw: update register initialization/reset values for ar9271
by Luis R. Rodriguez
· 15 years ago
f934c4d
ath9k_hw: distinguish single-chip solutions on initial probe print
by Luis R. Rodriguez
· 15 years ago
2da4f01
ath9k_hw: move mac name and rf name helpers to hw code
by Luis R. Rodriguez
· 15 years ago
bc974f4
atheros: define a common priv struct
by Luis R. Rodriguez
· 15 years ago
7976b42
ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271
by Luis R. Rodriguez
· 15 years ago
63a75b9
ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.
by Senthil Balasubramanian
· 15 years ago
193cd45
ath9k: Update INI release for AR9287
by Sujith
· 15 years ago
990b70a
ath9k: move ATH9K_RSSI_BAD to hw.h
by Luis R. Rodriguez
· 15 years ago
cfe8cba
ath9k: clarify what hw code is and remove ath9k.h from a few files
by Luis R. Rodriguez
· 16 years ago
e3d01bf
ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h
by Luis R. Rodriguez
· 16 years ago
25c56ee
ath9k: remove ath9k_ht_macmode
by Luis R. Rodriguez
· 16 years ago
6420014
ath9k: remove ath9k 25 MHz HT40 spacing stuff
by Luis R. Rodriguez
· 16 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 16 years ago
cd9bf68
ath9k: separate core driver and hw timer code
by Luis R. Rodriguez
· 16 years ago
b002a4a
atheros: add ieee80211_hw to ath_common
by Luis R. Rodriguez
· 16 years ago
9e4bffd
atheros/ath9k: add common read/write ops and port ath9k to use it
by Luis R. Rodriguez
· 16 years ago
867633f
ath9k: Define bus agnostic bluetooth coex prep helper
by Luis R. Rodriguez
· 16 years ago
27c51f1
ath9k: move ath_common to ath_hw
by Luis R. Rodriguez
· 16 years ago
1510718
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
by Luis R. Rodriguez
· 16 years ago
f2b2143
ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw
by Luis R. Rodriguez
· 16 years ago
9ecdef4
ath9k: rename driver core and hw power save helpers
by Luis R. Rodriguez
· 16 years ago
8c77a56
ath9k: move ath9k_hw_setpower() to main.c
by Luis R. Rodriguez
· 16 years ago
a91d75a
ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c
by Luis R. Rodriguez
· 16 years ago
766ec4a
ath9k: rename ath_btcoex_info to ath_btcoex_hw
by Luis R. Rodriguez
· 16 years ago
75d7839
ath9k: move driver core helpers to main.c
by Luis R. Rodriguez
· 16 years ago
af03abe
ath9k: move hw specific btcoex info to ath_hw
by Luis R. Rodriguez
· 16 years ago
d8caa83
ath9k: Fix chip wakeup issue
by Sujith
· 15 years ago
93b1b37
ath9k: Revamp PCIE workarounds
by Vivek Natarajan
· 15 years ago
fe12946
ath9k: Enable btcoex based on the subsystem id of the device
by Vasanthakumar Thiagarajan
· 16 years ago
aeac355
ath9k: Store subsystem id in struct hw_version
by Vasanthakumar Thiagarajan
· 16 years ago
7b6840a
ath9k: Disable ASPM when btcoex is active
by Vasanthakumar Thiagarajan
· 16 years ago
1773912
ath9k: Add Bluetooth Coexistence 3-wire support
by Vasanthakumar Thiagarajan
· 16 years ago
ff155a4
ath9k: Add infrastructure for generic hw timers
by Vasanthakumar Thiagarajan
· 16 years ago
81fa16f
ath9k: Remove hw capability bit meant for btcoex
by Vasanthakumar Thiagarajan
· 16 years ago
f14462c
ath9k: Move btcoex related data to a separate struct
by Vasanthakumar Thiagarajan
· 16 years ago
17d50d1
ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
by Vasanthakumar Thiagarajan
· 16 years ago
f985ad1
ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces
by Vasanthakumar Thiagarajan
· 16 years ago
a13883b
ath9k: Reduce the frequency of PA offset calibration
by Sujith
· 16 years ago
608b88c
ath: move regulatory info into shared common structure
by Luis R. Rodriguez
· 16 years ago
08fc5c1
ath9k: Enable LEDs for AR9287 chipsets.
by Vivek Natarajan
· 16 years ago
1cf6873
ath9k: Remove duplicate variables
by Sujith
· 16 years ago
1aa8e84
ath9k: Remove has_hw_phycounters
by Sujith
· 16 years ago
54e4cec
ath9k: Cleanup function return types
by Sujith
· 16 years ago
d7e7d22
ath9k: add initial hardware support for ar9271
by Luis R. Rodriguez
· 16 years ago
475f598
ath9k: Remove _t postfix for ar9287_eeprom structure
by Luis R. Rodriguez
· 16 years ago
081b35a
ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()
by Luis R. Rodriguez
· 16 years ago
f637cfd
ath9k: describe hw initialization better
by Luis R. Rodriguez
· 16 years ago
07c10c6
ath9k: pass only one argument to hw attach
by Luis R. Rodriguez
· 16 years ago
8df5d1b
ath9k: move devid cache setting to ath_init()
by Luis R. Rodriguez
· 16 years ago
4f3acf8
ath9k: move memory allocation of ath_hw to ath_init()
by Luis R. Rodriguez
· 16 years ago
0b3acfa
ath9k: Remove unused ath9k_hw_intrget()
by Vasanthakumar Thiagarajan
· 16 years ago
9614832
ath9k: fix race with IEEE80211_CONF_PS checks
by Gabor Juhos
· 16 years ago
ac88b6e
ath9k: Add support for AR9287 based chipsets.
by Vivek Natarajan
· 16 years ago
f9b604f
ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf
by Gabor Juhos
· 16 years ago
b9b6e15
ath9k: remap ATH9K_MODE_*
by Luis R. Rodriguez
· 16 years ago
Next »