summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/init.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo2012-02-021-1/+1
* ath6kl: fix testmode when fw-2.bin or fw-3.bin is usedKalle Valo2012-01-301-28/+46
* ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan2012-01-241-0/+4
* ath6kl: create ath6kl_core.koKalle Valo2012-01-181-0/+3
* ath6kl: create core.cKalle Valo2012-01-181-211/+2
* ath6kl: add ATH6KL_CONF_UART_DEBUGKalle Valo2012-01-181-1/+4
* ath6kl: unify cfg80211 init/cleanup functionsKalle Valo2012-01-181-2/+2
* ath6kl: rename vif init and cleanup functionsKalle Valo2012-01-181-2/+3
* ath6kl: add testmode 2 for 6003 ARTAlex Yang2012-01-181-6/+102
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-01-131-1/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-155/+225
| |\
| * | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-1/+1
* | | ath6kl: Add a module parameter to enable uart debugVasanthakumar Thiagarajan2012-01-021-0/+9
* | | ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani2012-01-021-0/+2
* | | ath6kl: add support for FW API 3Kalle Valo2011-12-231-15/+17
* | | ath6kl: handle firmware names more dynamicallyKalle Valo2011-12-231-44/+51
| |/ |/|
* | Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2011-12-161-0/+1
|\ \ | |/
| * cfg80211: add flags for off-channel capabilitiesJohannes Berg2011-11-211-1/+2
* | ath6kl: Support different uart_tx pin and refclk configurationRyan Hsu2011-12-141-9/+30
* | ath6kl: implement scheduled scanKalle Valo2011-12-131-0/+3
* | ath6kl: fix reading of FW IE capabilitiesKalle Valo2011-12-131-1/+4
* | ath6kl: Enable multiple vif supportVasanthakumar Thiagarajan2011-11-211-15/+3
* | ath6kl: Find ar->max_norm_iface in firmware IE parsingVasanthakumar Thiagarajan2011-11-211-0/+3
* | ath6kl: indicate probe-resp offload supportArik Nemtsov2011-11-211-1/+8
* | ath6kl: add firmware IE for maximum number of vifsKalle Valo2011-11-161-0/+11
* | ath6kl: make maximum number of vifs runtime configurableKalle Valo2011-11-161-5/+5
* | ath6kl: add firmware filename info to struct ath6kl_hwKalle Valo2011-11-161-90/+59
* | ath6kl: use hardware version names consistentlyKalle Valo2011-11-161-44/+44
* | ath6kl: add name field to struct ath6kl_hwKalle Valo2011-11-161-0/+25
* | ath6kl: add firmware IE for board data addressKalle Valo2011-11-161-1/+12
* | ath6kl: add board address to struct ath6kl_hwKalle Valo2011-11-161-6/+4
* | ath6kl: move hw version related to parameters to structKalle Valo2011-11-161-28/+45
* | ath6kl: remove hw version related parameter definesKalle Valo2011-11-161-13/+13
* | ath6kl: firmware boot fixes for ar6004Kalle Valo2011-11-131-10/+24
|/
* ath6kl: add suspend_cutpower module parameterKalle Valo2011-11-111-0/+5
* ath6kl: don't power down hardware when interface is downKalle Valo2011-11-111-6/+0
* ath6kl: Fix lockdep warningVasanthakumar Thiagarajan2011-11-111-4/+4
* ath6kl: add state variable depicting hw/fw stateKalle Valo2011-11-111-0/+4
* ath6kl: print firmware crashes alwaysKalle Valo2011-11-111-55/+0
* 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/+65
* 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
OpenPOWER on IntegriCloud