summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/init.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: print firmware crashes alwaysKalle Valo2011-11-111-55/+0Star
* ath6kl: power down hardware when interface is downKalle Valo2011-11-111-3/+32
* ath6kl: separate hardware boot code from module initialisation codeKalle Valo2011-11-111-77/+106
* ath6kl: merge ath6kl_init() to ath6kl_core_init()Kalle Valo2011-11-111-83/+65Star
* ath6kl: move power control from sdio to coreKalle Valo2011-11-111-4/+12
* ath6kl: Fix compilation error from of.hSangwook Lee2011-11-111-0/+1
* ath6kl: use ath6kl_credit prefix consistentlyKalle Valo2011-11-111-1/+1
* ath6kl: use ath6kl prefix in credit functionsKalle Valo2011-11-111-1/+1
* ath6kl: Initialize target wlan values for every vifVasanthakumar Thiagarajan2011-11-111-12/+22
* ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan2011-11-111-11/+13
* ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan2011-11-111-3/+7
* ath6kl: Configure inteface information at init timeVasanthakumar Thiagarajan2011-11-111-8/+37
* ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan2011-11-111-2/+10
* ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan2011-11-111-6/+9
* ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan2011-11-111-2/+10
* ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-111-51/+73
* ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan2011-11-111-9/+3Star
* ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan2011-11-111-3/+3
* ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-1/+1
* ath6kl: Move key information to vif structureVasanthakumar Thiagarajan2011-11-111-2/+3
* ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan2011-11-111-1/+1
* ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan2011-11-111-10/+15
* ath6kl: Define interface specific statesVasanthakumar Thiagarajan2011-11-111-1/+2
* ath6kl: Define an initial vif structure and use itVasanthakumar Thiagarajan2011-11-111-2/+2
* ath6kl: Cleanup fw interface type settingVasanthakumar Thiagarajan2011-11-111-18/+1Star
* ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan2011-11-111-113/+36Star
* ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_deviceVasanthakumar Thiagarajan2011-11-111-3/+2Star
* ath6kl: fix firmware start address for ar6003 hw2.0Kalle Valo2011-11-111-4/+14
* ath6kl: fix struct host_app_area endian handlingKalle Valo2011-11-111-1/+1
* nl80211: advertise device AP SMEJohannes Berg2011-11-091-1/+2
* 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: add debug logs for bootingKalle Valo2011-09-281-9/+62
* ath6kl: allow firmware to override firmware patch addressKalle Valo2011-09-271-0/+7
* ath6kl: Indicate the roaming capability of the firmwareVivek Natarajan2011-09-221-0/+2
* ath6kl: Remove the unused node table implementationJouni Malinen2011-09-221-5/+0Star
* ath6kl: Remove auth type fall back in auto authentication modeVasanthakumar Thiagarajan2011-09-161-1/+0Star
* ath6kl: add firmware capabilities supportKalle Valo2011-09-161-1/+10
* ath6kl: read reserved ram size from firmware fileKalle Valo2011-09-161-0/+5
* ath6kl: read firmware start address from hardwareKalle Valo2011-09-161-4/+13
* ath6kl: refactor firmware ext data addr and reserved ram handling sizeKalle Valo2011-09-161-26/+20Star
* ath6kl: refactor firmware load address codeKalle Valo2011-09-161-40/+36Star
* ath6kl: add support for firmware API 2 formatKalle Valo2011-09-161-5/+131
* 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-061-7/+24
* ath6kl: Add debugfs entry to modify roaming parameters.Vivek Natarajan2011-09-021-0/+1