summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/init.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07ath6kl: fix error handling ath6kl_target_config_wlan_params()Kalle Valo1-28/+38
2012-03-07ath6kl: add ath6kl_bmi_read_hi32()Kalle Valo1-16/+4
2012-03-07ath6kl: add ath6kl_bmi_write_hi32()Kalle Valo1-76/+23
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo1-10/+10
2012-02-28ath6kl: Lower SDIO pad drive strength for hw2.1.1 boardRaja Mani1-1/+2
2012-02-27ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx()Vasanthakumar Thiagarajan1-0/+2
2012-02-08ath6kl: add support for AR6003 2048 byte board filePrasanna Kumar1-0/+2
2012-02-08ath6kl: Update license headerVasanthakumar Thiagarajan1-0/+1
2012-02-02ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo1-1/+1
2012-01-30ath6kl: fix testmode when fw-2.bin or fw-3.bin is usedKalle Valo1-28/+46
2012-01-24ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan1-0/+4
2012-01-18ath6kl: create ath6kl_core.koKalle Valo1-0/+3
2012-01-18ath6kl: create core.cKalle Valo1-211/+2
2012-01-18ath6kl: add ATH6KL_CONF_UART_DEBUGKalle Valo1-1/+4
2012-01-18ath6kl: unify cfg80211 init/cleanup functionsKalle Valo1-2/+2
2012-01-18ath6kl: rename vif init and cleanup functionsKalle Valo1-2/+3
2012-01-18ath6kl: add testmode 2 for 6003 ARTAlex Yang1-6/+102
2012-01-13Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-1/+1
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-155/+225
2012-01-02ath6kl: Add a module parameter to enable uart debugVasanthakumar Thiagarajan1-0/+9
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani1-0/+2
2011-12-23ath6kl: add support for FW API 3Kalle Valo1-15/+17
2011-12-23ath6kl: handle firmware names more dynamicallyKalle Valo1-44/+51
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-0/+1
2011-12-14ath6kl: Support different uart_tx pin and refclk configurationRyan Hsu1-9/+30
2011-12-13ath6kl: implement scheduled scanKalle Valo1-0/+3
2011-12-13ath6kl: fix reading of FW IE capabilitiesKalle Valo1-1/+4
2011-11-22cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+2
2011-11-21ath6kl: Enable multiple vif supportVasanthakumar Thiagarajan1-15/+3
2011-11-21ath6kl: Find ar->max_norm_iface in firmware IE parsingVasanthakumar Thiagarajan1-0/+3
2011-11-21ath6kl: indicate probe-resp offload supportArik Nemtsov1-1/+8
2011-11-16ath6kl: add firmware IE for maximum number of vifsKalle Valo1-0/+11
2011-11-16ath6kl: make maximum number of vifs runtime configurableKalle Valo1-5/+5
2011-11-16ath6kl: add firmware filename info to struct ath6kl_hwKalle Valo1-90/+59
2011-11-16ath6kl: use hardware version names consistentlyKalle Valo1-44/+44
2011-11-16ath6kl: add name field to struct ath6kl_hwKalle Valo1-0/+25
2011-11-16ath6kl: add firmware IE for board data addressKalle Valo1-1/+12
2011-11-16ath6kl: add board address to struct ath6kl_hwKalle Valo1-6/+4
2011-11-16ath6kl: move hw version related to parameters to structKalle Valo1-28/+45
2011-11-16ath6kl: remove hw version related parameter definesKalle Valo1-13/+13
2011-11-13ath6kl: firmware boot fixes for ar6004Kalle Valo1-10/+24
2011-11-11ath6kl: add suspend_cutpower module parameterKalle Valo1-0/+5
2011-11-11ath6kl: don't power down hardware when interface is downKalle Valo1-6/+0
2011-11-11ath6kl: Fix lockdep warningVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: add state variable depicting hw/fw stateKalle Valo1-0/+4
2011-11-11ath6kl: print firmware crashes alwaysKalle Valo1-55/+0
2011-11-11ath6kl: power down hardware when interface is downKalle Valo1-3/+32
2011-11-11ath6kl: separate hardware boot code from module initialisation codeKalle Valo1-77/+106
2011-11-11ath6kl: merge ath6kl_init() to ath6kl_core_init()Kalle Valo1-83/+65