summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2013-10-14ath9k: move channel change code to ath_set_channelFelix Fietkau
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau
2013-10-14ath9k_hw: simplify channel flagsFelix Fietkau
2013-10-14ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau
2013-10-14wcn36xx: fix coccinelle warningsFengguang Wu
2013-10-14treewide: fix "usefull" typoMichael Opdenacker
2013-10-14treewide: Fix typo in printkMasanari Iida
2013-10-10wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardwareEugene Krasnikov
2013-10-09ath10k: remove unneded semicolon from ath10k_core_fetch_firmware_api_n()Fengguang Wu
2013-10-09ath10k: fix ath10k_debug_start() lockingKalle Valo
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan
2013-10-08ath10k: fix RX performance when using AP 10.X FWMichal Kazior
2013-10-08ath10k: fix possible memory leak in new FW loadingMichal Kazior
2013-10-08ath10k: fix printf format stringMichal Kazior
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau
2013-10-07ath10k: remove num_sends_allowedMichal Kazior
2013-10-07ath10k: remove ce_sendlist_sendMichal Kazior
2013-10-07ath10k: split vdev_id calculation from tx functionMichal Kazior
2013-10-07ath10k: split tid calculation from tx functionMichal Kazior
2013-10-07ath10k: extend the max_scan timeBartosz Markowski
2013-10-07ath10k: enable 10.x firmware branch supportBartosz Markowski
2013-10-03Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville
2013-10-02ath10k: wmi: Convert use of 6 to ETH_ALENJoe Perches
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01ath6kl: fix compilation warning in ath6kl_htc_pipe_conn_serviceVladimir Murzin
2013-09-30ath9k: fix powersave response handling for BA session packetsFelix Fietkau
2013-09-30ath10k: implement firmware IE container supportKalle Valo
2013-09-30ath10k: store separate pointers for firmware dataKalle Valo
2013-09-30ath10k: rename board_data in struct ath10kKalle Valo
2013-09-27ath10k: handle FW API differences for scan structuresBartosz Markowski
2013-09-27ath10k: introduce dynamic pdev parametersBartosz Markowski
2013-09-27ath10k: introduce dynamic vdev parametersBartosz Markowski
2013-09-27ath10k: add TARGET values for 10.x firmwareBartosz Markowski
2013-09-27ath10k: split wmi_cmd_init pathBartosz Markowski
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski
2013-09-27ath10k: implement host memory chunksBartosz Markowski
2013-09-27ath10k: drop the fw versioning sanity checkBartosz Markowski
2013-09-27ath10k: split ath10k_wmi_service_ready_event_rxBartosz Markowski
2013-09-27ath10k: implement WMI events handling frame for both firmwaresBartosz Markowski
2013-09-27ath10k: warn if give WMI command is not supportedBartosz Markowski
2013-09-27ath10k: add wmi_10x_<cmd/event> definitionsBartosz Markowski
2013-09-27ath10k: introduce dynamic WMI structuresBartosz Markowski
2013-09-26ath9k: Remove incorrect diversity initializationSujith Manoharan
2013-09-26ath9k: Handle FATAL interrupts correctlySujith Manoharan