summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-2011-85/+93
|\
| * iwlwifi: remove sku field from hw_paramsJohannes Berg2012-06-204-13/+8Star
| * iwlwifi: use minimal time for radio reset scanJohannes Berg2012-06-201-22/+19Star
| * iwlwifi: fix 11n_disable EEPROM refactoring regressionJohannes Berg2012-06-201-0/+3
| * iwlwifi: delay ROC if doing internal reset scanJohannes Berg2012-06-181-2/+12
| * iwlwifi: disable early power Off reset for all NICsEmmanuel Grumbach2012-06-182-14/+12Star
| * iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach2012-06-181-16/+14Star
| * iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach2012-06-181-8/+0Star
| * iwlwifi: don't disable interrupt in iwl_abort_notification_waitsEmmanuel Grumbach2012-06-181-3/+2Star
| * iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach2012-06-181-0/+2
| * iwlwifi: comment context requirements of the op_modeEmmanuel Grumbach2012-06-181-7/+9
| * iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach2012-06-181-0/+9
| * iwlwifi: check that we have enough bits to track the TX queuesEmmanuel Grumbach2012-06-181-0/+3
* | Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville2012-06-2010-83/+477
|\ \
| * \ Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-06-14420-21222/+26271
| |\ \
| * | | ath6kl: fix fw capability parsingThomas Pedersen2012-06-141-3/+3
| * | | ath6kl: use firmware version from FW IENaveen Singh2012-06-112-9/+21
| * | | ath6kl: Fix unstable downlink throughputVasanthakumar Thiagarajan2012-06-112-26/+19Star
| * | | ath6kl: Fix race in aggregation reorder logicVasanthakumar Thiagarajan2012-06-112-6/+18
| * | | ath6kl: support changing dtim period on AP modeEtay Luz2012-06-113-1/+28
| * | | ath6kl: Add missing newline terminationsJoe Perches2012-06-111-2/+2
| * | | ath6kl: separate ht cap for each bandKiran Reddy2012-05-302-3/+4
| * | | ath6kl: Fix typo in htc mbox debug print msgRaja Mani2012-05-291-1/+1
| * | | ath6kl: Remove unneeded memset in roam related config funcRaja Mani2012-05-291-2/+0Star
| * | | ath6kl: Add support for setting tx rateset.Bala Shanmugam2012-05-245-0/+176
| * | | ath6kl: Fix missing gpio pin 9 configurationVasanthakumar Thiagarajan2012-05-242-0/+7
| * | | ath6kl: issue wmi disconnect after notifying cfg80211Thomas Pedersen2012-05-171-15/+12Star
| * | | ath6kl: Include match ssid list in scheduled scanNaveen Singh2012-05-163-10/+99
| * | | ath6kl: enable enhanced bmiss detectionThomas Pedersen2012-05-166-0/+68
| * | | ath6kl: Add wow multicast firmware capability supportNaveen Gangadharan2012-05-143-3/+17
| * | | ath6kl: Use correct max-scan-SSIDs limitJouni Malinen2012-05-113-7/+7
* | | | iwlwifi: unlock on error pathDan Carpenter2012-06-141-1/+3
| |/ / |/| |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-133-19/+12Star
|\ \ \
| * | | ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-06-131-0/+9
| * | | mwifiex: fix incorrect privacy setting in beacon and probe responseAvinash Patil2012-06-121-0/+11
| * | | rndis_wlan: fix matching bssid check in rndis_check_bssid_list()Jussi Kivilinna2012-06-111-1/+1
| * | | ath9k: remove incompatible IBSS interface check in change_ifaceMohammed Shafi Shajakhan2012-06-111-9/+0Star
| * | | ath9k: Fix a WARNING on suspend/resume with IBSSMohammed Shafi Shajakhan2012-06-111-9/+0Star
* | | | ath9k_hw: remove MCI_STATE_SET_BT_SLEEPRajkumar Manoharan2012-06-133-5/+1Star
* | | | ath9k_hw: remove MCI_STATE_CONT_* stateRajkumar Manoharan2012-06-134-28/+10Star
* | | | ath9k_hw: remove MCI_STATE_BTRajkumar Manoharan2012-06-133-13/+6Star
* | | | ath9k_hw: remove p_data argument from ar9003_mci_stateRajkumar Manoharan2012-06-134-32/+27Star
* | | | ath9k_hw: remove MCI_STATE_NEED_FLUSH_BT_INFORajkumar Manoharan2012-06-132-18/+0Star
* | | | ath9k_hw: remove MCI_STATE_SEND_WLAN_CHANNELSRajkumar Manoharan2012-06-133-18/+11Star
* | | | ath9k_hw: add utility function to set BT versionRajkumar Manoharan2012-06-133-22/+16Star
* | | | ath9k_hw: cleanup MCI gpm offset stateRajkumar Manoharan2012-06-134-105/+110
* | | | ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-06-131-0/+8
* | | | ath9k: fix btcoex duty cycleRajkumar Manoharan2012-06-131-7/+7
* | | | ath9k: defer btcoex scheme updateRajkumar Manoharan2012-06-133-3/+15
* | | | ath9k: keep btcoex period in millisecondsRajkumar Manoharan2012-06-132-6/+5Star