summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-11-27ath6kl: trivial cleanup on interface type selectionMohammed Shafi Shajakhan1-5/+1
2012-11-27ath6kl: Fix kernel panic on continuous driver load/unloadMohammed Shafi Shajakhan1-0/+16
2012-11-27ath6kl: remove unnecessary check for NULL skbMohammed Shafi Shajakhan3-17/+8
2012-11-27ath6kl: Use standard way to assign the boolean variableMohammed Shafi Shajakhan1-1/+1
2012-11-27ath6kl: Remove erroneous flag clearingMohammed Shafi Shajakhan1-2/+0
2012-11-16drivers/net/wireless/ath/ath6kl/hif.c: drop if around WARN_ONJulia Lawall1-4/+2
2012-11-16ath6kl: Fix a mismatch in power management debug messageMohammed Shafi Shajakhan1-2/+2
2012-11-16ath6kl: support NL80211_USER_REG_HINT_CELL_BASE eventsKalle Valo1-3/+12
2012-10-24ath6kl: Add a hardware flag for SDIO CRC error workaroundMohammed Shafi Shajakhan2-4/+4
2012-10-24ath6kl: Fix mapping uplink endpoint for AR6004Mohammed Shafi Shajakhan3-4/+14
2012-10-24ath6kl: Fix inactivity timeout for AR6004Mohammed Shafi Shajakhan3-7/+19
2012-10-24ath6kl: Rename ATH6KL_HW_FLAG_64BIT_RATESMohammed Shafi Shajakhan4-7/+7
2012-10-24ath6kl: Return error case when ath6kl_usb_alloc_pipe_resources failsMohammed Shafi Shajakhan1-3/+5
2012-10-24ath6kl: Remove obselete USB device related checksMohammed Shafi Shajakhan2-14/+1
2012-10-24ath6kl: Check for valid endpoint ID in ath6kl_tx_complete()Pandiyarajan Pitchaimuthu1-0/+4
2012-10-24ath6kl: Array index out of bounds checkPandiyarajan Pitchaimuthu1-1/+2
2012-10-24ath6kl: Blocked client notificationPandiyarajan Pitchaimuthu1-0/+7
2012-10-24ath6kl: Max clients reached notificationPandiyarajan Pitchaimuthu1-0/+7
2012-10-24ath6kl: Fix random rx data corruptionVasanthakumar Thiagarajan1-2/+8
2012-10-24ath6kl: Check for valid endpoint ID values in ath6kl_control_tx()Raja Mani1-0/+6
2012-10-24ath6kl: Check for valid rate table indexRaja Mani1-0/+3
2012-10-24ath6kl: Avoid null ptr dereference while printing reg domain pairRaja Mani1-2/+6
2012-10-24ath6kl: Fix reconnection issue after recoveryVasanthakumar Thiagarajan3-6/+15
2012-10-24ath6kl: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-8/+6
2012-10-24ath6kl: fix uninitialized variable in ath6kl_sdio_enable_scatter()Andi Kleen1-1/+1
2012-10-24ath6kl: Make fw error recovery configurableVasanthakumar Thiagarajan3-2/+23
2012-10-24ath6kl: Add a bit to ath6kl_dev_state for recovery cleanup stateVasanthakumar Thiagarajan2-6/+8
2012-10-24ath6kl: Remove unnecessary recovery state check in ath6kl_recovery_hb_timer()Vasanthakumar Thiagarajan1-4/+1
2012-10-24ath6kl: Fix bug in scheduling hb_timerVasanthakumar Thiagarajan1-1/+1
2012-10-24ath6kl: Recover from "wmi ctrl ep is full" conditionVasanthakumar Thiagarajan3-0/+4
2012-10-24ath6kl: Add support to detect fw error through heart beatVasanthakumar Thiagarajan7-9/+129
2012-10-24ath6kl: Recover from fw crashVasanthakumar Thiagarajan10-3/+126
2012-10-24ath6kl: Refactor ath6kl_init_hw_start() and ath6kl_init_hw_stop()Vasanthakumar Thiagarajan1-5/+23
2012-10-24ath6kl: fix link speed when using sgiDengke Qiu2-1/+15
2012-10-24ath6kl: trivial cleanup on interface type selectionMohammed Shafi Shajakhan1-5/+1
2012-10-24ath6kl: consolidate WoW pattern lengthThomas Pedersen2-3/+2
2012-10-24ath6kl: rework scheduled scanThomas Pedersen7-60/+50
2012-10-24ath6kl: check usb_register() return valueMarina Makienko1-1/+8
2012-10-24ath6kl: Fix potential memory leak in ath6kl_tx_complete()Vasanthakumar Thiagarajan1-11/+11
2012-10-24ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point()Vasanthakumar Thiagarajan2-17/+22
2012-10-24ath6kl: reconfigure RSN capabilities when restarting APThomas Pedersen3-0/+14
2012-10-24ath6kl: restart concurrent vifs on failed connectThomas Pedersen2-6/+13
2012-10-24ath6kl: configure wow filters per-vifThomas Pedersen1-52/+93
2012-10-24ath6kl: fix incorrect use of IEEE80211_NUM_BANDSKalle Valo2-6/+10
2012-10-24ath6kl: add support for changing contry codeKalle Valo5-0/+82
2012-10-24ath6kl: refactor wmi scan commandKalle Valo3-33/+28
2012-10-24ath6kl: move ath6kl_wmi_startscan_cmd()Kalle Valo1-44/+44
2012-10-24ath6kl: support TX error rate notificationThomas Pedersen4-0/+108
2012-10-24ath6kl: Add support for AR6004 hardware version 1.3Bala Shanmugam4-0/+33
2012-10-24ath6kl: Make use of return value from ath6kl_diag_read()Pandiyarajan Pitchaimuthu1-3/+8