summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ath6kl: implement hidden ssidThomas Pedersen2012-03-013-1/+27
| | * | ath6kl: Clear the IE in firmware if not setAarthi Thiruvengadam2012-03-011-35/+29
| | * | ath6kl: Make sure wiphy is registered before calling regulatory_hint()Vasanthakumar Thiagarajan2012-03-013-1/+7
| | * | ath6kl: Defer wiphy and netdev registration till the end of ath6kl_core_init()Vasanthakumar Thiagarajan2012-03-011-44/+32
| | * | ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan2012-03-011-9/+8
| | * | ath6kl: Refactor ath6kl_wmi_control_rx()Vasanthakumar Thiagarajan2012-03-011-101/+99
| | * | ath6kl: Initialize netdev hw_features for every interfaceVasanthakumar Thiagarajan2012-03-012-2/+2
| | * | ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()Vasanthakumar Thiagarajan2012-03-012-14/+14
| | * | ath6kl: Register driver ht capabilities in wiphyVasanthakumar Thiagarajan2012-02-281-0/+8
| | * | ath6kl: Lower SDIO pad drive strength for hw2.1.1 boardRaja Mani2012-02-281-1/+2
| | * | ath6kl: Make foreground scan a deterministic oneVasanthakumar Thiagarajan2012-02-282-4/+10
| | * | ath6kl: Fix memory leak of rx packets in endpoint 0Vasanthakumar Thiagarajan2012-02-281-1/+15
| | * | ath6kl: Make sure to allocate rx buffers after the endpoint connectionVasanthakumar Thiagarajan2012-02-281-4/+4
| | * | ath6kl: Remove bogus non-NULL pointer checkVasanthakumar Thiagarajan2012-02-271-1/+1
| | * | ath6kl: Fix missing release of semaphore in ath6kl_stop_txrx()Vasanthakumar Thiagarajan2012-02-271-0/+2
| | * | ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng2012-02-273-1/+12
| | * | ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan2012-02-277-30/+188
| | * | ath6kl: Fix firmware crash dumpNaveen Gangadharan2012-02-081-2/+2
| | * | ath6kl: add support for AR6003 2048 byte board filePrasanna Kumar2012-02-082-0/+3
| | * | ath6kl: prioritize Tx bundling based on AC prioritiesChilam Ng2012-02-084-8/+80
| | * | ath6kl: Update license headerVasanthakumar Thiagarajan2012-02-0825-1/+26
| | * | ath6kl: add blocking debugfs file for retrieving firmware logsKalle Valo2012-02-082-1/+106
| | * | ath6kl: store firmware logs in skbuffsKalle Valo2012-02-082-85/+41
| * | | ath9k: fix going to full-sleep on PS idleFelix Fietkau2012-03-121-3/+5
| * | | ath9k: Fix mactime from being clobbered in rx_statusAshok Nagarajan2012-03-121-2/+2
| * | | ath9k: configure bss info at assoc notificationRajkumar Manoharan2012-03-121-1/+1
| * | | ath9k_hw: Fix enabling of MCI and RTTMohammed Shafi Shajakhan2012-03-122-2/+12
| * | | ath9k: Add wiphy name to log messages.Ben Greear2012-03-122-17/+18
| * | | ath9k: Fix BTCOEX shutdownSujith Manoharan2012-03-121-1/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-0919-157/+123
|\ \ \ \ | |/ / /
| * | | ath9k: fix signal strength reporting issuesFelix Fietkau2012-03-071-5/+7
| * | | ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau2012-03-073-36/+28
| * | | ath9k: remove rssi/antenna information from recv debug statsFelix Fietkau2012-03-072-38/+0
| * | | ath9k: make MAC sample statistics optionalFelix Fietkau2012-03-074-6/+36
| * | | ath9k_hw: use cold instead of warm reset on AR9280Felix Fietkau2012-03-071-4/+10
| * | | ath5k: do not re-run AGC calibration periodicallyFelix Fietkau2012-03-061-25/+9
| * | | ath5k: do not stop queues for full calibrationFelix Fietkau2012-03-061-12/+2
| * | | ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh2012-03-063-2/+9
| * | | cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-061-2/+4
| * | | ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan2012-03-051-7/+2
| * | | ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2012-03-052-3/+1
| * | | ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau2012-03-052-3/+6
| * | | ath9k_hw: enable interrupts for beacon tx completion eventsFelix Fietkau2012-03-051-1/+5
| * | | ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx taskletFelix Fietkau2012-03-051-1/+2
| * | | Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau2012-03-052-12/+2
| | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-03-0539-4585/+1488
|\ \ \ | |/ /
| * | carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville2012-02-291-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-294-28/+26
| |\ \
| | * | carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter2012-02-291-3/+5
| | * | carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-02-291-0/+1
OpenPOWER on IntegriCloud