summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: fixup merge damage in ath6kl_mgmt_txJohn W. Linville2011-10-111-1/+1
* ath6kl: include vmalloc.h in debug.cKalle Valo2011-10-031-0/+1
* ath6kl: fix size_t related warningsKalle Valo2011-10-011-7/+7
* wireless/ath6kl: use of module_param requires the inclusion of moduleparam.hStephen Rothwell2011-09-281-0/+1
* ath6kl: improve wmi debug messagesKalle Valo2011-09-282-10/+37
* ath6kl: add debug logs for bootingKalle Valo2011-09-282-9/+63
* ath6kl: add sdio debug messagesKalle Valo2011-09-282-9/+29
* ath6kl: add prefix parameter to ath6kl_dbg_dump()Kalle Valo2011-09-284-22/+28
* ath6kl: silence "invalid rate" warningKalle Valo2011-09-284-1/+64
* ath6kl: allow firmware to override firmware patch addressKalle Valo2011-09-272-0/+8
* ath6kl: fix TCP corruptionJouni Malinen2011-09-271-0/+18
* ath6kl: Remove unnecessary retrieval of first list entry in ath6kl_htc_tx_set...Vasanthakumar Thiagarajan2011-09-271-1/+0
* ath6kl: Fix compilation error while compiling w/o debugRajkumar Manoharan2011-09-271-2/+3
* ath6kl: Fix disconnect event reportingVasanthakumar Thiagarajan2011-09-231-11/+9
* ath6kl: pass only unicast frames for aggregationKalle Valo2011-09-231-7/+9
* ath6kl: Report PMKSA candidate events through cfg80211Jouni Malinen2011-09-222-0/+40
* ath6kl: Indicate the roaming capability of the firmwareVivek Natarajan2011-09-221-0/+2
* ath6kl: Export beacon interval and DTIM period through STA infoJouni Malinen2011-09-223-0/+30
* ath6kl: Update BSS information after connectionJouni Malinen2011-09-224-3/+16
* ath6kl: Remove unnecessary bssinfo event header conversionJouni Malinen2011-09-222-50/+12
* ath6kl: Remove the unused node table implementationJouni Malinen2011-09-228-422/+0
* ath6kl: Replace internal node table with cfg80211 BSS tableJouni Malinen2011-09-221-251/+45
* ath6kl: Remove unnecessary node table update on disconnect eventJouni Malinen2011-09-221-28/+0
* ath6kl: Remove RSSI update for internal node tableJouni Malinen2011-09-221-15/+0
* ath6kl: Remove deprecated WMI_OPT_RX_FRAME_EVENTID processingJouni Malinen2011-09-221-39/+1
* ath6kl: Fix BSS update on roamingJouni Malinen2011-09-221-85/+56
* ath6kl: deinitialise wiphy on errorVivek Natarajan2011-09-191-2/+5
* ath6kl: Fix static WEP configuration in AP modeJouni Malinen2011-09-192-2/+18
* ath6kl: Set the sme_state to disconnected in disconnect() callbackVasanthakumar Thiagarajan2011-09-161-0/+2
* ath6kl: Remove auth type fall back in auto authentication modeVasanthakumar Thiagarajan2011-09-164-70/+12
* ath6kl: add firmware capabilities supportKalle Valo2011-09-162-1/+22
* ath6kl: read reserved ram size from firmware fileKalle Valo2011-09-162-0/+6
* ath6kl: read firmware start address from hardwareKalle Valo2011-09-162-6/+13
* ath6kl: refactor firmware ext data addr and reserved ram handling sizeKalle Valo2011-09-162-26/+22
* ath6kl: refactor firmware load address codeKalle Valo2011-09-162-40/+42
* ath6kl: add support for firmware API 2 formatKalle Valo2011-09-162-5/+151
* ath6kl: fix busy loop in ath6kl_bmi_get_rx_lkahd()Kalle Valo2011-09-161-13/+10
* ath6kl: separate firmware fetch from uploadKalle Valo2011-09-161-96/+153
* ath6kl: query device tree for firmware board-idSam Leffler2011-09-161-0/+64
* ath6kl: Allow enabling of P2P supportJouni Malinen2011-09-064-7/+44
* ath6kl: unify rx function naming in htc.cKalle Valo2011-09-061-60/+66
* ath6kl: unify tx function names in htc.cKalle Valo2011-09-061-43/+44
* ath6kl: Process regulatory requests from firmware.Vivek Natarajan2011-09-062-0/+84
* ath6kl: Allow AP mode to be configuredJouni Malinen2011-09-061-1/+4
* ath6kl: Fix AP mode connect event parsing and TIM updatesJouni Malinen2011-09-064-62/+107
* ath6kl: Fix WMI message structure for AP_SET_PVBJouni Malinen2011-09-062-0/+2
* athk6l: Fix channel list processing in scan requestsJouni Malinen2011-09-051-4/+10
* ath6kl: Add debugfs support to write a chip registerVasanthakumar Thiagarajan2011-09-052-0/+68
* ath6kl: Fix endianness in register writeVasanthakumar Thiagarajan2011-09-052-5/+7
* ath6kl: Make ath6kl_diag_write32() non-staticVasanthakumar Thiagarajan2011-09-052-1/+2