summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl
AgeCommit message (Expand)AuthorFilesLines
2012-02-02ath6kl: initialize the 'nominal_phy' field in the 'wmi_create_pstream_cmd' st...Chilam Ng1-0/+2
2012-02-02ath6kl: fix compiler warning in ath6kl_init_hw_params()Kalle Valo1-1/+1
2012-02-02ath6kl: Fix typo in cfg80211.cMasanari Iida1-1/+1
2012-01-31ath6kl: Workaround to support Deep Sleep with MSM.Santosh Sajjan1-0/+13
2012-01-30ath6kl: Return a proper error code when not in connected stateRaja Mani1-1/+1
2012-01-30ath6kl: Wait for host sleep mode cmd processed event during WOW suspendRaja Mani4-0/+35
2012-01-30ath6kl: Configure WOW patterns while going to wow_suspendRaja Mani3-44/+193
2012-01-30ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspendRaja Mani3-38/+64
2012-01-30ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan3-5/+7
2012-01-30ath6kl: fix testmode when fw-2.bin or fw-3.bin is usedKalle Valo3-28/+51
2012-01-24ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan6-45/+88
2012-01-24ath6kl: Fix bug in using tid given by addba/delba req eventsVasanthakumar Thiagarajan1-2/+23
2012-01-24ath6kl: Pass vif instead of ar to ath6kl_add_new_sta()Vasanthakumar Thiagarajan1-5/+5
2012-01-24ath6kl: Define a structure for connection specific aggregation informationVasanthakumar Thiagarajan3-81/+98
2012-01-24ath6kl: Fix memory leak when unloading ath6kl_sdioVasanthakumar Thiagarajan1-0/+1
2012-01-24ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state()Vasanthakumar Thiagarajan1-0/+5
2012-01-18ath6kl: add back beginnings of USB supportKalle Valo8-8/+479
2012-01-18ath6kl: create ath6kl_core.koKalle Valo6-13/+38
2012-01-18ath6kl: convert ath6kl_dbg() and ath6kl_dbg_dump() into functionsKalle Valo2-21/+34
2012-01-18ath6kl: get rid of AR_DBG_LVL_CHECK()Kalle Valo4-27/+18
2012-01-18ath6kl: create core.cKalle Valo8-288/+332
2012-01-18ath6kl: add ATH6KL_CONF_UART_DEBUGKalle Valo2-1/+5
2012-01-18ath6kl: unify cfg80211 init/cleanup functionsKalle Valo3-57/+62
2012-01-18ath6kl: rename vif init and cleanup functionsKalle Valo4-8/+9
2012-01-18ath6kl: add testmode 2 for 6003 ARTAlex Yang2-6/+110
2012-01-18ath6kl: fix uninitialized warning in ath6kl_process_uapsdq()Kalle Valo1-3/+1
2012-01-18ath6kl: remove -D__CHECK_ENDIAN__ from MakefileKalle Valo1-2/+0
2012-01-18ath6kl: use netdev_features_tKalle Valo1-1/+2
2012-01-13Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo9-503/+21
2012-01-13ath6kl: Remove useless initialization in ath6kl_read_fwlogs()Raja Mani1-1/+1
2012-01-13ath6kl: Add support for uAPSDThirumalai Pachamuthu6-53/+324
2012-01-12ath6kl: Fix listen interval handlingSujith Manoharan4-33/+24
2012-01-12ath6kl: Initialize a variable properlySujith Manoharan1-0/+1
2012-01-12ath6kl: Remove redundant pointer checkSujith Manoharan1-16/+15
2012-01-12ath6kl: Fix SDIO error pathSujith Manoharan1-1/+0
2012-01-09ath6kl: make net_device_ops constStephen Hemminger1-1/+1
2012-01-09ath6kl: Use a mutex_lock to avoid race in diabling and handling irqVasanthakumar Thiagarajan1-10/+9
2012-01-09ath6kl: Change ielen in ath6kl_add_new_sta() from u8 to size_tVasanthakumar Thiagarajan1-1/+1
2012-01-09ath6kl: Remove deadcode in main.cVasanthakumar Thiagarajan1-3/+0
2012-01-09ath6kl: Implement ndo_set_rx_mode()Vasanthakumar Thiagarajan3-0/+127
2012-01-09ath6kl: Add a function in wmi.c to add/delete a multicast filterVasanthakumar Thiagarajan2-0/+35
2012-01-09ath6kl: Add a function in wmi to send WMI_MCAST_FILTER_CMDIDVasanthakumar Thiagarajan2-0/+22
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-501/+20
2012-01-05ath6kl: revert USB supportJohn W. Linville8-501/+20
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville22-653/+1809
2012-01-02ath6kl: send TCMD response through testmode eventsThomas Pedersen3-91/+23
2012-01-02ath6kl: Remove redundant key_index check.Vivek Natarajan3-8/+6
2012-01-02ath6kl: Add a module parameter to enable uart debugVasanthakumar Thiagarajan1-0/+9
2012-01-02ath6kl: Remove few unnecessary spin_locks around set_bit()Vasanthakumar Thiagarajan1-4/+0
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani4-4/+72