aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-19ath9k_hw: Fix regression in device resetSujith Manoharan1-1/+1
2012-11-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville37-120/+3020
2012-10-30ar5523: make buffer size variable unsignedDan Carpenter1-1/+1
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann1-2/+6
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-82/+85
2012-10-29ath9k: Dump BTCOEX tuning parametersRajkumar Manoharan3-1/+87
2012-10-29ath9k_hw: validate MCI stuck after RTC wakeupRajkumar Manoharan1-3/+3
2012-10-29ath9k_hw: Fix concurrent tx on lower tx powerRajkumar Manoharan2-1/+6
2012-10-29ath9k_hw: Enable hw PLL power save for AR9565Rajkumar Manoharan2-4/+4
2012-10-29ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan1-2/+2
2012-10-29ar5523: Add new driverPontus Fuchs7-0/+2399
2012-10-29carl9170: split up carl9170_handle_mpduChristian Lamparter1-13/+32
2012-10-29ath9k: Add new BT profile info A2DP_VoiceRajkumar Manoharan2-0/+3
2012-10-29ath9k: adjust duty cycle for FTP profile for AR9565Rajkumar Manoharan1-1/+1
2012-10-29ath9k_hw: Set default MCI config for AR9565Rajkumar Manoharan1-1/+1
2012-10-29ath9k_hw: Configure new switch table for AR9565 BTCOEXRajkumar Manoharan3-6/+2
2012-10-29ath9k_hw: Fix max rx rate drop for AR9565Rajkumar Manoharan1-0/+5
2012-10-29ath9k_hw: Fix frequent BT rx recoveryRajkumar Manoharan3-1/+11
2012-10-29ath9k_hw: Disable MCI stat counter by default for AR9565Rajkumar Manoharan2-0/+6
2012-10-29ath9k: turn off RXIQ calibration while re-calibrating radioBala Shanmugam2-0/+7
2012-10-29ath9k: Set appropriate bit for AR9565 in btc control registerBala Shanmugam1-2/+9
2012-10-29ath9k_hw: Fix selfgen chainmask for 9565Rajkumar Manoharan1-1/+3
2012-10-29ath9k_hw: Enable OSLA hw fix for AR9565Rajkumar Manoharan2-0/+7
2012-10-29ath9k: adjust WLAN and BT concurrent transmissionRajkumar Manoharan9-4/+124
2012-10-29ath9k: fill channel mode in caldataRajkumar Manoharan2-0/+2
2012-10-29ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan5-17/+110
2012-10-29ath9k: Send WLAN channel info to BTRajkumar Manoharan3-0/+78
2012-10-29ath9k: Advertize beacon_int_infra_matchMohammed Shafi Shajakhan1-0/+1
2012-10-29ath9k_htc: Remove interface combination specific checksMohammed Shafi Shajakhan1-20/+0
2012-10-29ath9k_htc: Advertise interface combinations supportedMohammed Shafi Shajakhan1-0/+17
2012-10-29ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idleMohammed Shafi Shajakhan2-2/+5
2012-10-29carl9170: fix spurious transmissions in sniffer modeChristian Lamparter1-3/+18
2012-10-29ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau1-0/+2
2012-10-24Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau1-82/+82
2012-10-24ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan1-0/+1
2012-10-19ath9k: perform ANI cycle in idle stateRajkumar Manoharan4-2/+16
2012-10-19carl9170: handle traps from firmware loaderChristian Lamparter2-3/+10
2012-10-19ath_hw: Use common REG_WRITE parameter orderSven Eckelmann1-10/+10
2012-10-19ath/ath9k/ar9003_eeprom.c: Remove semicolon after ifPeter Senna Tschudin1-1/+1
2012-10-19ath9k: Fix BT_OP_SCAN usageSujith Manoharan1-9/+18
2012-10-19ath9k: Use a helper routine for MCI/FTP tuningSujith Manoharan1-12/+21
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-10-18wireless: use OR operation to set wiphy featuresJohannes Berg1-1/+1
2012-10-08carl9170: fix sleep in softirq contextRonald Wahl2-15/+15
2012-10-08ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun1-1/+2
2012-10-05ath9k: use ieee80211_free_txskbFelix Fietkau3-26/+31
2012-10-05ath9k: improve suspend/resume reliabilityFelix Fietkau4-10/+13
2012-10-05ath9k: fix ASPM initialization on resumeFelix Fietkau1-0/+5
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-981/+2643