Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1b4304da0adcc31727da3ee7f89dd180f4e65473
/
drivers
/
net
/
wireless
/
ath
1b4304d
ath6kl: allow firmware to override firmware patch address
by Kalle Valo
· 13 years ago
00b1edf
ath6kl: fix TCP corruption
by Jouni Malinen
· 13 years ago
aad9339
ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_setup_scat_list()
by Vasanthakumar Thiagarajan
· 13 years ago
3038fac
ath6kl: Fix compilation error while compiling w/o debug
by Rajkumar Manoharan
· 13 years ago
1de547d
ath6kl: Fix disconnect event reporting
by Vasanthakumar Thiagarajan
· 13 years ago
5694f962
ath6kl: pass only unicast frames for aggregation
by Kalle Valo
· 13 years ago
8651213
ath6kl: Report PMKSA candidate events through cfg80211
by Jouni Malinen
· 13 years ago
011a36e
ath6kl: Indicate the roaming capability of the firmware
by Vivek Natarajan
· 13 years ago
f3674ee
Merge remote branch 'wireless-next/master' into ath6kl-next
by Kalle Valo
· 13 years ago
32c1087
ath6kl: Export beacon interval and DTIM period through STA info
by Jouni Malinen
· 13 years ago
551185c
ath6kl: Update BSS information after connection
by Jouni Malinen
· 13 years ago
82e14f5
ath6kl: Remove unnecessary bssinfo event header conversion
by Jouni Malinen
· 13 years ago
457fb04
ath6kl: Remove the unused node table implementation
by Jouni Malinen
· 13 years ago
1aaa8c7
ath6kl: Replace internal node table with cfg80211 BSS table
by Jouni Malinen
· 13 years ago
3b25ed1
ath6kl: Remove unnecessary node table update on disconnect event
by Jouni Malinen
· 13 years ago
64b834d
ath6kl: Remove RSSI update for internal node table
by Jouni Malinen
· 13 years ago
f195d50
ath6kl: Remove deprecated WMI_OPT_RX_FRAME_EVENTID processing
by Jouni Malinen
· 13 years ago
01cac47
ath6kl: Fix BSS update on roaming
by Jouni Malinen
· 13 years ago
f36369a
ath9k: Store noise immunity values across scanning
by Rajkumar Manoharan
· 13 years ago
4d8b614
Merge branch 'master' of git://git.infradead.org/users/linville/wireless
by John W. Linville
· 13 years ago
d2c71c2
ath9k: Reset caldata on radio enable
by Rajkumar Manoharan
· 13 years ago
05bfe3d
ath9k: load noise floor from history after the full chip reset
by Rajkumar Manoharan
· 13 years ago
e9c1046
ath9k_hw: Fix magnitude/phase coeff correction
by Rajkumar Manoharan
· 13 years ago
491b209
ath9k_hw: remove ar9100_hw_compute_pll_control
by Felix Fietkau
· 13 years ago
bf3f204
ath9k_hw: fix setting the hardware diversity flag
by Felix Fietkau
· 13 years ago
d7084da
ath9k_hw: remove dead code in the eeprom ops
by Felix Fietkau
· 13 years ago
1b8714f
ath9k_hw: clean up hardware revision checks
by Felix Fietkau
· 13 years ago
f11cc94
ath9k: sync the dma buffer after changing the retry flag
by Felix Fietkau
· 13 years ago
6e82bc4a
ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flag
by Felix Fietkau
· 13 years ago
42cecc3
Revert "ath9k: do not insert padding into tx buffers on AR9380+"
by John W. Linville
· 13 years ago
9df337a
ath6kl: deinitialise wiphy on error
by Vivek Natarajan
· 13 years ago
151411e
ath6kl: Fix static WEP configuration in AP mode
by Jouni Malinen
· 13 years ago
4245d31
ath9k: do not insert padding into tx buffers on AR9380+
by Felix Fietkau
· 13 years ago
3afd21e
ath9k: optimize ath_tx_rc_status usage
by Felix Fietkau
· 13 years ago
bdf2dbf
ath9k: remove a redundant check in ath_tx_form_aggr
by Felix Fietkau
· 13 years ago
c6c539f
ath9k: optimize ath9k_ps_restore
by Felix Fietkau
· 13 years ago
66ac69c
ath9k_hw: remove the old tx descriptor API
by Felix Fietkau
· 13 years ago
493cf04
ath9k: use the new API for setting tx descriptors
by Felix Fietkau
· 13 years ago
2b63a41
ath9k_hw: add a new API for setting tx descriptors
by Felix Fietkau
· 13 years ago
60f8cc6
ath9k_hw: do not recalculate the descriptor checksum in ar9003_hw_fill_txdesc
by Felix Fietkau
· 13 years ago
7a2721a
ath9k: call ath9k_hw_set_desc_link for beacon descriptors
by Felix Fietkau
· 13 years ago
38dad7b
ath9k: move ath_buf_set_rate to remove a forward declaration
by Felix Fietkau
· 13 years ago
399c648
ath9k: reduce the number of functions that access the tx descriptor
by Felix Fietkau
· 13 years ago
55797b1
ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flags
by Felix Fietkau
· 13 years ago
3483288
ath9k: ensure that rx is not enabled during a reset
by Felix Fietkau
· 13 years ago
c31c826
ath9k: make beacon timer initialization more reliable
by Felix Fietkau
· 13 years ago
e392700
ath9k: fix enabling interrupts after a hardware error interrupt
by Felix Fietkau
· 13 years ago
c5d2593
ath9k: Fix PS wrappers and enabling LED
by Mohammed Shafi Shajakhan
· 13 years ago
79ac9b3
ath9k: enable LED pin for AR946/8x chipsets
by Mohammed Shafi Shajakhan
· 13 years ago
7db062a
ath9k_hw: Do full chip reset on 11A channels for AR9003
by Rajkumar Manoharan
· 13 years ago
b54af8a
ath9k_hw: move register definitions to header files
by Senthil Balasubramanian
· 13 years ago
2577c6e
ath9k_hw: Add support for AR946/8x chipsets.
by Senthil Balasubramanian
· 13 years ago
4d0707e
ath9k_hw: Split tx/rx gain table initval handling
by Senthil Balasubramanian
· 13 years ago
ce407af
ath9k_hw: Add initvals and register definitions for AR946/8x chipsets.
by Senthil Balasubramanian
· 13 years ago
170826d
ath6kl: Set the sme_state to disconnected in disconnect() callback
by Vasanthakumar Thiagarajan
· 13 years ago
ac59a2b
ath6kl: Remove auth type fall back in auto authentication mode
by Vasanthakumar Thiagarajan
· 13 years ago
97e0496
ath6kl: add firmware capabilities support
by Kalle Valo
· 13 years ago
8a13748
ath6kl: read reserved ram size from firmware file
by Kalle Valo
· 13 years ago
639d0b8
ath6kl: read firmware start address from hardware
by Kalle Valo
· 13 years ago
991b27e
ath6kl: refactor firmware ext data addr and reserved ram handling size
by Kalle Valo
· 13 years ago
a01ac41
ath6kl: refactor firmware load address code
by Kalle Valo
· 13 years ago
50d4123
ath6kl: add support for firmware API 2 format
by Kalle Valo
· 13 years ago
cfc301e
ath6kl: fix busy loop in ath6kl_bmi_get_rx_lkahd()
by Kalle Valo
· 13 years ago
772c31e
ath6kl: separate firmware fetch from upload
by Kalle Valo
· 13 years ago
92ecbff
ath6kl: query device tree for firmware board-id
by Sam Leffler
· 13 years ago
e948b99
ath9k_hw: Fix magnitude/phase average in TxIQ Calibration
by Rajkumar Manoharan
· 13 years ago
6bc05a9
ath9k: Move cycle conters under cc_lock
by Rajkumar Manoharan
· 13 years ago
f7e014d
ath9k: Take the samples in unassociated state
by Rajkumar Manoharan
· 13 years ago
43c3528
ath9k: implement .get_antenna and .set_antenna
by Felix Fietkau
· 13 years ago
9adcf44
ath9k: merge reset related functions
by Felix Fietkau
· 13 years ago
236de51
ath9k: always call ath_reset from workqueue context
by Felix Fietkau
· 13 years ago
e8cfe9f8
ath9k: move a few functions around
by Felix Fietkau
· 13 years ago
82b2d33
ath9k: eliminate common->{rx,tx}_chainmask
by Felix Fietkau
· 13 years ago
f84f234
ath9k: ath9k_hw_set_txpowerlimit sets previous txpower
by Bill Jordan
· 13 years ago
81a91d5
ath9k_hw: Fix rx latency of 11a mode
by Rajkumar Manoharan
· 13 years ago
3459731
ath9k: fix checks for first subframe delimiter padding
by Felix Fietkau
· 13 years ago
3c42e6e
ath9k_hw: fix the last register write for ar5416 addac
by Felix Fietkau
· 13 years ago
b8b0b97
ath9k_hw: drop an unused column in AR5008-AR9002 initvals
by Felix Fietkau
· 13 years ago
adb5066
ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to cts
by Felix Fietkau
· 13 years ago
6a6b3f3
ath9k: Fix kernel panic on unplugging the device
by Mohammed Shafi Shajakhan
· 13 years ago
6bbc7c3
ath6kl: Allow enabling of P2P support
by Jouni Malinen
· 13 years ago
689def9
ath6kl: unify rx function naming in htc.c
by Kalle Valo
· 13 years ago
dfa0104
ath6kl: unify tx function names in htc.c
by Kalle Valo
· 13 years ago
0603376
ath6kl: Process regulatory requests from firmware.
by Vivek Natarajan
· 13 years ago
6e4604c
ath6kl: Allow AP mode to be configured
by Jouni Malinen
· 13 years ago
572e27c
ath6kl: Fix AP mode connect event parsing and TIM updates
by Jouni Malinen
· 13 years ago
d6e51e6
ath6kl: Fix WMI message structure for AP_SET_PVB
by Jouni Malinen
· 13 years ago
11869be
athk6l: Fix channel list processing in scan requests
by Jouni Malinen
· 13 years ago
252c068
ath6kl: Add debugfs support to write a chip register
by Vasanthakumar Thiagarajan
· 13 years ago
f9ea075
ath6kl: Fix endianness in register write
by Vasanthakumar Thiagarajan
· 13 years ago
38c35ff
ath6kl: Make ath6kl_diag_write32() non-static
by Vasanthakumar Thiagarajan
· 13 years ago
e509044
ath6kl: Add debugfs entry to modify roaming parameters.
by Vivek Natarajan
· 13 years ago
b142b91
ath6kl: Fix endianness in requesting chip register read
by Vasanthakumar Thiagarajan
· 13 years ago
91d57de
ath6kl: Add debugfs interface to dump diagnostic registers from firmware
by Vasanthakumar Thiagarajan
· 13 years ago
bc07ddb
ath6kl: read fwlog from firmware ring buffer
by Kalle Valo
· 13 years ago
addb44b
ath6kl: cleanup diagnose window read and write functions
by Kalle Valo
· 13 years ago
939f1cc
ath6kl: implement support to set firmware log parameters
by Kalle Valo
· 13 years ago
bdf5396
ath6kl: add firmware log support
by Kalle Valo
· 13 years ago
d748753
ath6kl: Do not enable Probe Request reporting by default
by Jouni Malinen
· 13 years ago
a846401
ath6kl: fix compilation when NL80211_TESTMODE is disabled
by Kalle Valo
· 13 years ago
Next »