summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2011-09-23ath6kl: Fix disconnect event reportingVasanthakumar Thiagarajan1-11/+9
2011-09-23ath6kl: pass only unicast frames for aggregationKalle Valo1-7/+9
2011-09-22ath6kl: Report PMKSA candidate events through cfg80211Jouni Malinen2-0/+40
2011-09-22ath6kl: Indicate the roaming capability of the firmwareVivek Natarajan1-0/+2
2011-09-22ath6kl: Export beacon interval and DTIM period through STA infoJouni Malinen3-0/+30
2011-09-22ath6kl: Update BSS information after connectionJouni Malinen4-3/+16
2011-09-22ath6kl: Remove unnecessary bssinfo event header conversionJouni Malinen2-50/+12
2011-09-22ath6kl: Remove the unused node table implementationJouni Malinen8-422/+0
2011-09-22ath6kl: Replace internal node table with cfg80211 BSS tableJouni Malinen1-251/+45
2011-09-22ath6kl: Remove unnecessary node table update on disconnect eventJouni Malinen1-28/+0
2011-09-22ath6kl: Remove RSSI update for internal node tableJouni Malinen1-15/+0
2011-09-22ath6kl: Remove deprecated WMI_OPT_RX_FRAME_EVENTID processingJouni Malinen1-39/+1
2011-09-22ath6kl: Fix BSS update on roamingJouni Malinen1-85/+56
2011-09-19ath6kl: deinitialise wiphy on errorVivek Natarajan1-2/+5
2011-09-19ath6kl: Fix static WEP configuration in AP modeJouni Malinen2-2/+18
2011-09-16ath6kl: Set the sme_state to disconnected in disconnect() callbackVasanthakumar Thiagarajan1-0/+2
2011-09-16ath6kl: Remove auth type fall back in auto authentication modeVasanthakumar Thiagarajan4-70/+12
2011-09-16ath6kl: add firmware capabilities supportKalle Valo2-1/+22
2011-09-16ath6kl: read reserved ram size from firmware fileKalle Valo2-0/+6
2011-09-16ath6kl: read firmware start address from hardwareKalle Valo2-6/+13
2011-09-16ath6kl: refactor firmware ext data addr and reserved ram handling sizeKalle Valo2-26/+22
2011-09-16ath6kl: refactor firmware load address codeKalle Valo2-40/+42
2011-09-16ath6kl: add support for firmware API 2 formatKalle Valo2-5/+151
2011-09-16ath6kl: fix busy loop in ath6kl_bmi_get_rx_lkahd()Kalle Valo1-13/+10
2011-09-16ath6kl: separate firmware fetch from uploadKalle Valo1-96/+153
2011-09-16ath6kl: query device tree for firmware board-idSam Leffler1-0/+64
2011-09-06ath6kl: Allow enabling of P2P supportJouni Malinen4-7/+44
2011-09-06ath6kl: unify rx function naming in htc.cKalle Valo1-60/+66
2011-09-06ath6kl: unify tx function names in htc.cKalle Valo1-43/+44
2011-09-06ath6kl: Process regulatory requests from firmware.Vivek Natarajan2-0/+84
2011-09-06ath6kl: Allow AP mode to be configuredJouni Malinen1-1/+4
2011-09-06ath6kl: Fix AP mode connect event parsing and TIM updatesJouni Malinen4-62/+107
2011-09-06ath6kl: Fix WMI message structure for AP_SET_PVBJouni Malinen2-0/+2
2011-09-05athk6l: Fix channel list processing in scan requestsJouni Malinen1-4/+10
2011-09-05ath6kl: Add debugfs support to write a chip registerVasanthakumar Thiagarajan2-0/+68
2011-09-05ath6kl: Fix endianness in register writeVasanthakumar Thiagarajan2-5/+7
2011-09-05ath6kl: Make ath6kl_diag_write32() non-staticVasanthakumar Thiagarajan2-1/+2
2011-09-02ath6kl: Add debugfs entry to modify roaming parameters.Vivek Natarajan5-0/+119
2011-09-02ath6kl: Fix endianness in requesting chip register readVasanthakumar Thiagarajan1-5/+9
2011-09-02ath6kl: Add debugfs interface to dump diagnostic registers from firmwareVasanthakumar Thiagarajan2-0/+193
2011-09-02ath6kl: read fwlog from firmware ring bufferKalle Valo5-13/+107
2011-09-02ath6kl: cleanup diagnose window read and write functionsKalle Valo3-55/+61
2011-09-02ath6kl: implement support to set firmware log parametersKalle Valo4-0/+77
2011-09-02ath6kl: add firmware log supportKalle Valo6-1/+181
2011-09-01ath6kl: Do not enable Probe Request reporting by defaultJouni Malinen1-7/+0
2011-09-01ath6kl: fix compilation when NL80211_TESTMODE is disabledKalle Valo1-0/+16
2011-09-01ath6kl: add testmode supportKalle Valo9-2/+257
2011-08-31ath6kl: Define __CHECK_ENDIAN__ for sparseJouni Malinen1-0/+2
2011-08-31ath6kl: Return error from wmi.c instead of -EIO in ath6kl_cfg80211_scanJouni Malinen1-9/+9
2011-08-31ath6kl: Include P2P IE(s) in GO Probe Response depending on requestJouni Malinen1-3/+93