summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-8/+14
* cfg80211: remove remain-on-channel channel typeJohannes Berg2012-11-262-8/+4
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-133-3/+3
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-095-23/+33
* cfg80211: allow per interface TX power settingJohannes Berg2012-10-301-5/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-293-82/+85
|\
| * ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-10-291-0/+2
| * Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau2012-10-241-82/+82
| * ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan2012-10-241-0/+1
* | ath9k: Dump BTCOEX tuning parametersRajkumar Manoharan2012-10-293-1/+87
* | ath9k_hw: validate MCI stuck after RTC wakeupRajkumar Manoharan2012-10-291-3/+3
* | ath9k_hw: Fix concurrent tx on lower tx powerRajkumar Manoharan2012-10-292-1/+6
* | ath9k_hw: Enable hw PLL power save for AR9565Rajkumar Manoharan2012-10-292-4/+4
* | ath9k_hw: Enable hw PLL power save for AR9462Rajkumar Manoharan2012-10-291-2/+2
* | ar5523: Add new driverPontus Fuchs2012-10-297-0/+2399
* | carl9170: split up carl9170_handle_mpduChristian Lamparter2012-10-291-13/+32
* | ath9k: Add new BT profile info A2DP_VoiceRajkumar Manoharan2012-10-292-0/+3
* | ath9k: adjust duty cycle for FTP profile for AR9565Rajkumar Manoharan2012-10-291-1/+1
* | ath9k_hw: Set default MCI config for AR9565Rajkumar Manoharan2012-10-291-1/+1
* | ath9k_hw: Configure new switch table for AR9565 BTCOEXRajkumar Manoharan2012-10-293-6/+2
* | ath9k_hw: Fix max rx rate drop for AR9565Rajkumar Manoharan2012-10-291-0/+5
* | ath9k_hw: Fix frequent BT rx recoveryRajkumar Manoharan2012-10-293-1/+11
* | ath9k_hw: Disable MCI stat counter by default for AR9565Rajkumar Manoharan2012-10-292-0/+6
* | ath9k: turn off RXIQ calibration while re-calibrating radioBala Shanmugam2012-10-292-0/+7
* | ath9k: Set appropriate bit for AR9565 in btc control registerBala Shanmugam2012-10-291-2/+9
* | ath9k_hw: Fix selfgen chainmask for 9565Rajkumar Manoharan2012-10-291-1/+3
* | ath9k_hw: Enable OSLA hw fix for AR9565Rajkumar Manoharan2012-10-292-0/+7
* | ath9k: adjust WLAN and BT concurrent transmissionRajkumar Manoharan2012-10-299-4/+124
* | ath9k: fill channel mode in caldataRajkumar Manoharan2012-10-292-0/+2
* | ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan2012-10-295-17/+110
* | ath9k: Send WLAN channel info to BTRajkumar Manoharan2012-10-293-0/+78
* | ath9k: Advertize beacon_int_infra_matchMohammed Shafi Shajakhan2012-10-291-0/+1
* | ath9k_htc: Remove interface combination specific checksMohammed Shafi Shajakhan2012-10-291-20/+0
* | ath9k_htc: Advertise interface combinations supportedMohammed Shafi Shajakhan2012-10-291-0/+17
* | ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idleMohammed Shafi Shajakhan2012-10-292-2/+5
* | carl9170: fix spurious transmissions in sniffer modeChristian Lamparter2012-10-291-3/+18
* | ath9k: perform ANI cycle in idle stateRajkumar Manoharan2012-10-194-2/+16
* | carl9170: handle traps from firmware loaderChristian Lamparter2012-10-192-3/+10
* | ath_hw: Use common REG_WRITE parameter orderSven Eckelmann2012-10-191-10/+10
* | ath/ath9k/ar9003_eeprom.c: Remove semicolon after ifPeter Senna Tschudin2012-10-191-1/+1
* | ath9k: Fix BT_OP_SCAN usageSujith Manoharan2012-10-191-9/+18
* | ath9k: Use a helper routine for MCI/FTP tuningSujith Manoharan2012-10-191-12/+21
* | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-1/+1
* | wireless: use OR operation to set wiphy featuresJohannes Berg2012-10-181-1/+1
|/
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
* ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
* ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0253-981/+2643
|\