summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan
2011-11-11ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Move scan_req info and sme_state to vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Move disconnect timer to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move key information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Define interface specific statesVasanthakumar Thiagarajan
2011-11-11ath6kl: Define an initial vif structure and use itVasanthakumar Thiagarajan
2011-11-11ath6kl: Cleanup fw interface type settingVasanthakumar Thiagarajan
2011-11-11ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan
2011-11-11ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_deviceVasanthakumar Thiagarajan
2011-11-11ath6kl: Implement support for background scan control from userspaceRishi Panjwani
2011-11-11ath6kl: add debug level for hifKalle Valo
2011-11-11ath6kl: don't dump full htc packetsKalle Valo
2011-11-11ath6kl: cleanup htc debug messagesKalle Valo
2011-11-11ath6kl: merge htc debug levelsKalle Valo
2011-11-11ath6kl: Implement support for QOS-enable and QOS-disable from userspaceRishi Panjwani
2011-11-11ath6kl: Fix endpoint_stats debugfs buffer length calculationJouni Malinen
2011-11-11ath6kl: unbreak suspendSam Leffler
2011-11-11ath6kl: fix firmware start address for ar6003 hw2.0Kalle Valo
2011-11-11ath6kl: Allow CCKM AKM and KRK to be configuredJouni Malinen
2011-11-11ath6kl: Add debugfs control for keepalive and disconnection timeoutJouni Malinen
2011-11-11ath6kl: Add debugfs files for roaming controlJouni Malinen
2011-11-11ath6kl: Add debugfs file for target roam tableJouni Malinen
2011-11-11ath6kl: Add endpoint_stats debugfs fileJouni Malinen
2011-11-11ath6kl: Add WSC IE on the associate messageKevin Fang
2011-11-11ath6kl: fix null skb dereference in ath6kl_rx()Kalle Valo
2011-11-11ath6kl: move remaining content from htc_hif.h to hif.hKalle Valo
2011-11-11ath6kl: remove unused values from htc_hif.hKalle Valo
2011-11-11ath6kl: move htc_hif to hif.cKalle Valo
2011-11-11ath6kl: return error block size is not power of 2Kalle Valo
2011-11-11ath6kl: fix struct host_app_area endian handlingKalle Valo
2011-11-11ath6kl: remove unused parameters from struct wmiKalle Valo
2011-11-11ath6kl: make sure WLAN power save is enabled during suspendChilam Ng
2011-11-11ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending...Vasanthakumar Thiagarajan
2011-11-11ath6kl: Avoid processing failed rx packetsVasanthakumar Thiagarajan
2011-11-11ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Claim sdio function only at appropriate placesVasanthakumar Thiagarajan
2011-11-11ath6kl: Replace spin_lock_irqsave with spin_lock_bhVasanthakumar Thiagarajan
2011-11-11ath6kl: Fix sparse warning "symbol 'conn' shadows an earlier one"Vasanthakumar Thiagarajan
2011-11-11ath6kl: Enable force foreground scan in connected stateVasanthakumar Thiagarajan