Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
fec0de1110e58ed39647e484bff8437e4185158d
/
drivers
/
net
/
wireless
/
ath9k
fec0de1
ath9k: Fix rd_ext EEPROM capability for AR9285
by Sujith
· 16 years ago
e421c7b
ath9k: Store the correct max TX power level
by Sujith
· 16 years ago
f11c179
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
40b130a
ath9k: Fix panic upon attach failure
by Vasanthakumar Thiagarajan
· 16 years ago
93f726a
drivers/net/wireless/ath9k: fix sparse warnings: Should it be static?
by Hannes Eder
· 16 years ago
6d08b9b
ath9k: add udelay() for AR5416 on ath9k_hw_configpcipowersave()
by Luis R. Rodriguez
· 16 years ago
24c1a28
ath9k: add comments for ath9k_hw_configpcipowersave()
by Luis R. Rodriguez
· 16 years ago
2660b81
ath9k: Remove all the useless ah_ variable prefixes
by Sujith
· 16 years ago
f74df6f
ath9k: Cleanup EEPROM operations
by Sujith
· 16 years ago
e153789
ath9k: Add callbacks hooks for EEPROM operations
by Sujith
· 16 years ago
cbe61d8
ath9k: Merge ath_hal and ath_hal_5416 structures
by Sujith
· 16 years ago
ba52da5
ath9k: Remove duplicate variables
by Sujith
· 16 years ago
d6bad49
ath9k: Move regulatory information to a separate structure
by Sujith
· 16 years ago
d535a42
ath9k: Store HW version information in a separate structure
by Sujith
· 16 years ago
17d7904
ath9k: Remove all the sc_ prefixes
by Sujith
· 16 years ago
ee6e8d1
ath9k: Convert ANI channel to a pointer
by Sujith
· 16 years ago
394cf0a
ath9k: Header file cleanup
by Sujith
· 16 years ago
029bc43
ath9k: Add retry counters to rate control debug file
by Sujith
· 16 years ago
d42c6b7
ath9k: Handle mac80211's FIF_CONTROL flag properly
by Sujith
· 16 years ago
254ad0f
ath9k: Remove all the redundant internal buffer types
by Sujith
· 16 years ago
141b38b
ath9k: Lock mac80211 callbacks with a mutex
by Sujith
· 16 years ago
de9f97e
ath9k: fix reg_notifier() flags used upon a country IE
by Luis R. Rodriguez
· 16 years ago
0818cb8
ath9k: fix led naming
by Danny Kukawka
· 16 years ago
7a7dec6
ath9k: Add debugfs files for printing TX rate details
by Sujith
· 16 years ago
c89424d
ath9k: Handle mac80211's RC flags for MCS rates
by Sujith
· 16 years ago
3900898
ath9k: Cleanup get_rate() interface
by Sujith
· 16 years ago
f2bffa7
ath9k: Fix LED blink pattern
by Vasanthakumar Thiagarajan
· 16 years ago
547c376
ath9k: Remove a bunch of unused macros
by Sujith
· 16 years ago
feed029
ath9k: Fix typo in checking for chip revision
by Sujith
· 16 years ago
7519a8f
ath9k: remove passive scan on 5 GHz if country IE knows better
by Luis R. Rodriguez
· 16 years ago
547e4c2
ath9k: move check for radar freqs into a helper
by Luis R. Rodriguez
· 16 years ago
8c63c46
ath9k: replace usage of internal wireless_modes for conf
by Luis R. Rodriguez
· 16 years ago
4e30ffa
ath9k: Enable MIB and TIM interrupts for station mode.
by Vivek Natarajan
· 16 years ago
d22b002
ath9k: Fix lockdep warning
by Sujith
· 16 years ago
94ff91d
ath9k: Fix bug in TX DMA termination
by Sujith
· 16 years ago
f46730d
ath9k: Setup short preamble properly in rate registration
by Sujith
· 16 years ago
1286ec6
ath9k: Fix station access in aggregation completion
by Sujith
· 16 years ago
1f7d6cb
ath9k: Reconfigure beacons on getting a notification from mac80211
by Sujith
· 16 years ago
3c45726
ath9k: Handle chainmask for A9280
by Sujith
· 16 years ago
b51bb3c
ath9k: remove useless ath9k driver version information
by Luis R. Rodriguez
· 16 years ago
793c592
ath9k: Fix AR9285 specific noise floor eeprom reads.
by Senthil Balasubramanian
· 16 years ago
0c6666e
ath9k: fix debug print on regd
by Luis R. Rodriguez
· 16 years ago
3b5d665
mac80211: Generic TSF debugging
by Alina Friedrichsen
· 16 years ago
81b1e19
ath9k: Clean up the way the eeprom antenna configuration is read
by Vasanthakumar Thiagarajan
· 16 years ago
3aa24e6
ath9k: Remove unused ath9k_hw_select_antconfig() from hw.c
by Vasanthakumar Thiagarajan
· 16 years ago
5dad40c
ath9k: Fix bug in NF calibration
by Sujith
· 16 years ago
f8206e0
ath9k: Fix bug in rate control capability registration
by Sujith
· 16 years ago
eb2599c
ath9k: Fix MCS rates registration bug for AR9285
by Sujith
· 16 years ago
27abe06
ath9k: Read and write the TSF via debugfs
by Alina Friedrichsen
· 16 years ago
5f8e077
ath9k: simplify regulatory code
by Luis R. Rodriguez
· 16 years ago
369391d
ath9k: Remove unnecessary gpio configuration in ath9k_hw_reset()
by Vasanthakumar Thiagarajan
· 16 years ago
e6799cc
ath9k: Fix typo in chip version check
by Vasanthakumar Thiagarajan
· 16 years ago
3cbb5dd
ath9k: Enable dynamic power save in ath9k.
by Vivek Natarajan
· 16 years ago
c656bbb
ath9k: Cleanup buffer type assignment
by Sujith
· 16 years ago
d43f3015
ath9k: Revamp TX aggregation
by Sujith
· 16 years ago
6ef9b13
ath9k: Handle holding descriptor in TX completion properly
by Sujith
· 16 years ago
059d806
ath9k: Add a helper function to wake mac80211 queues
by Sujith
· 16 years ago
043a040
ath9k: Merge queue draining functions
by Sujith
· 16 years ago
55f5e4a
ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directly
by Sujith
· 16 years ago
e832435
ath9k: Reorganize code in xmit.c
by Sujith
· 16 years ago
dd00639
ath9k: Update short guard interval in rate control
by Sujith
· 16 years ago
6642fe6
ath9k: rateCodeToIndex is not used, remove it
by Sujith
· 16 years ago
0c1aa49
ath9k: enable support for AR9100
by Gabor Juhos
· 16 years ago
9950688
ath9k: fix null pointer dereference in ani monitor code
by Gabor Juhos
· 16 years ago
1975ef2
ath9k: fix ar5416Addac_9100 values
by Gabor Juhos
· 16 years ago
d03a66c
ath9k: remove (u16) casts from rtc register access
by Gabor Juhos
· 16 years ago
9dbeb91
ath9k: get EEPROM contents from platform data on AHB bus
by Gabor Juhos
· 16 years ago
09329d3
ath9k: introduce platform driver for AHB bus support
by Gabor Juhos
· 16 years ago
6baff7f
ath9k: move PCI code into separate file
by Gabor Juhos
· 16 years ago
39c3c2f
ath9k: introduce bus specific cleanup routine
by Gabor Juhos
· 16 years ago
88d1570
ath9k: introduce bus specific cache size routine
by Gabor Juhos
· 16 years ago
7da3c55
ath9k: convert to use bus-agnostic DMA routines
by Gabor Juhos
· 16 years ago
f5870ac
ath9k: convert to struct device
by Gabor Juhos
· 16 years ago
07e7434
ath9k: Use a defined value for pci_set_power_state()
by Jouni Malinen
· 16 years ago
138ab2e
ath9k: Fix basic connectivity issue
by Vasanthakumar Thiagarajan
· 16 years ago
0ced0e1
ath9k: Setup MFP options for CCMP
by Jouni Malinen
· 16 years ago
ca470b2
ath9k: Fix set_key error codes
by Jouni Malinen
· 16 years ago
4797938
mac80211: clean up channel type config
by Johannes Berg
· 16 years ago
c97c92d
ath9k: Enable Bluetooth Coexistence support
by Vasanthakumar Thiagarajan
· 16 years ago
295834f
ath9k: use signed format to print HAL status
by Gabor Juhos
· 16 years ago
dc822b5
mac80211: clean up set_key callback
by Johannes Berg
· 16 years ago
cb33c41
ath9k: INI update for Atheros AR9280 and AR9285 chipset.
by Senthil Balasubramanian
· 16 years ago
a085ff7
ath9k: fix sparse warnings
by Luis R. Rodriguez
· 16 years ago
c0d7c7a
ath9k: remove superfluous check on changing channel
by Luis R. Rodriguez
· 16 years ago
0de57d9
ath9k: remove ath9k_hw_check_chan()
by Luis R. Rodriguez
· 16 years ago
4febf7b
ath9k: remove ath9k_hw_chan2wmode()
by Luis R. Rodriguez
· 16 years ago
e56db71
ath9k: remove mode specific default noise floor values
by Luis R. Rodriguez
· 16 years ago
38b3370
ath9k: Make ANI CCK and OFDM error triggers band specific
by Luis R. Rodriguez
· 16 years ago
ecf7044
ath9k: make use of conf_is_ht*() in the rest of the driver
by Luis R. Rodriguez
· 16 years ago
c9e27d9
ath9k: use ieee80211_conf on ath9k_hw_iscal_supported()
by Luis R. Rodriguez
· 16 years ago
76061ab
ath9k: make request to get the noisefloor threshold band specific
by Luis R. Rodriguez
· 16 years ago
ae8d285
ath9k: consolidate arguments on hw reset
by Luis R. Rodriguez
· 16 years ago
ce111ba
ath9k: Rename ath_setcurmode() to ath_cache_conf_rate()
by Luis R. Rodriguez
· 16 years ago
9674225
ath9k: remove cache of rate preference when using 11g protection
by Luis R. Rodriguez
· 16 years ago
030bb49
ath9k: use hw->conf on ath_setcurmode()
by Luis R. Rodriguez
· 16 years ago
9d97f2e
ath9k: Fix an operator typo in REG_DOMAIN_2GHZ_MASK
by Jouni Malinen
· 16 years ago
b657ead
ath9k: Fix an operator typo in phy rate validation
by Jouni Malinen
· 16 years ago
157ec87
ath9k: Revert fix to TX status reporting for retries and MCS index
by Jouni Malinen
· 16 years ago
d3a1db1
ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.
by Senthil Balasubramanian
· 16 years ago
86060f0
ath9k: Fix chainmask handling bug
by Sujith
· 16 years ago
Next »