ath10k: add might_sleep() to ath10k_wmi_cmd_send()
[cascardo/linux.git] / drivers /
2013-10-16 Kalle Valoath10k: add might_sleep() to ath10k_wmi_cmd_send()
2013-10-16 Kalle Valoath10k: fix ath10k_bss_assoc() to not sleep in atomic...
2013-10-16 Michal Kaziorath10k: remove unnecessary checks
2013-10-16 Michal Kaziorath10k: fix scheduling while atomic config bug
2013-10-16 Michal Kaziorath10k: track vif list internally
2013-10-16 Michal Kaziorath10k: fix add_interface failure handling
2013-10-16 Michal Kaziorath10k: use workqueue to set WEP TX key
2013-10-16 Bartosz Markowskiath10k: return better errno for unsupported pdev params
2013-10-16 Bartosz Markowskiath10k: rename WMI_CMD_UNDEFINED
2013-10-16 Bartosz Markowskiath10k: do not warn about unsupported vdev param
2013-10-09 Fengguang Wuath10k: remove unneded semicolon from ath10k_core_fetch...
2013-10-09 Kalle Valoath10k: fix ath10k_debug_start() locking
2013-10-08 Sujith Manoharanath10k: Fix bug in max. VHT A-MPDU size
2013-10-08 Michal Kaziorath10k: fix RX performance when using AP 10.X FW
2013-10-08 Michal Kaziorath10k: fix possible memory leak in new FW loading
2013-10-08 Michal Kaziorath10k: fix printf format string
2013-10-07 Michal Kaziorath10k: remove num_sends_allowed
2013-10-07 Michal Kaziorath10k: remove ce_sendlist_send
2013-10-07 Michal Kaziorath10k: split vdev_id calculation from tx function
2013-10-07 Michal Kaziorath10k: split tid calculation from tx function
2013-10-07 Bartosz Markowskiath10k: extend the max_scan time
2013-10-07 Bartosz Markowskiath10k: enable 10.x firmware branch support
2013-10-01 Vladimir Murzinath6kl: fix compilation warning in ath6kl_htc_pipe_conn...
2013-09-30 Kalle Valoath10k: implement firmware IE container support
2013-09-30 Kalle Valoath10k: store separate pointers for firmware data
2013-09-30 Kalle Valoath10k: rename board_data in struct ath10k
2013-09-27 Bartosz Markowskiath10k: handle FW API differences for scan structures
2013-09-27 Bartosz Markowskiath10k: introduce dynamic pdev parameters
2013-09-27 Bartosz Markowskiath10k: introduce dynamic vdev parameters
2013-09-27 Bartosz Markowskiath10k: add TARGET values for 10.x firmware
2013-09-27 Bartosz Markowskiath10k: split wmi_cmd_init path
2013-09-27 Bartosz Markowskiath10k: bring back the WMI path for mgmt frames
2013-09-27 Bartosz Markowskiath10k: implement host memory chunks
2013-09-27 Bartosz Markowskiath10k: drop the fw versioning sanity check
2013-09-27 Bartosz Markowskiath10k: split ath10k_wmi_service_ready_event_rx
2013-09-27 Bartosz Markowskiath10k: implement WMI events handling frame for both...
2013-09-27 Bartosz Markowskiath10k: warn if give WMI command is not supported
2013-09-27 Bartosz Markowskiath10k: add wmi_10x_<cmd/event> definitions
2013-09-27 Bartosz Markowskiath10k: introduce dynamic WMI structures
2013-09-26 Marek Puzyniakath10k: make monitor vdev down before stoping it
2013-09-26 Michal Kaziorath10k: replenish HTT RX buffers in a tasklet
2013-09-26 Michal Kaziorath10k: align RX frames properly
2013-09-26 Michal Kaziorath10k: fix Native Wifi decap mode RX
2013-09-26 Michal Kaziorath10k: cleanup RX decap handling
2013-09-26 Michal Kaziorath10k: document decap modes
2013-09-26 Michal Kaziorath10k: report A-MSDU subframes individually
2013-09-20 Michal Kaziorath10k: use msdu headroom to store txfrag
2013-09-20 Michal Kaziorath10k: cleanup HTT TX functions
2013-09-20 Michal Kaziorath10k: decouple HTT TX completions
2013-09-20 Michal Kaziorath10k: avoid needless memset on TX path
2013-09-20 Michal Kaziorath10k: use num_pending_tx instead of msdu id bitmap
2013-09-20 Michal Kaziorath10k: fix num_sends_allowed replenishing
2013-09-20 Michal Kaziorath10k: fix tracing build for ath10k_wmi_cmd
2013-09-16 Michal Kaziorath10k: remove wmi event worker thread
2013-09-16 Michal Kaziorath10k: remove wmi pending count limit
2013-09-16 Michal Kaziorath10k: improve beacon submission latency
2013-09-16 Michal Kaziorath10k: simplify HTC command submitting
2013-09-16 Michal Kaziorath10k: make WMI commands block by design
2013-09-16 Michal Kaziorath10k: add HTC TX credits replenishing notification
2013-09-16 Michal Kaziorath10k: simplify HTC credits calculation
2013-09-12 Jingoo Hanwireless: ath10k: remove unnecessary pci_set_drvdata()
2013-09-12 Kalle Valoath10k: delete struct ce_sendlist
2013-09-12 Sujith Manoharanath10k: Calculate correct peer PHY mode for VHT
2013-09-12 Kalle Valoath10k: print phymode as a string
2013-09-12 Kalle Valoath10k: clean mac.c debug messages
2013-09-12 Kalle Valoath10k: add boot messages to htt.c
2013-09-12 Kalle Valoath10k: add boot debug messages to htc.c
2013-09-12 Kalle Valoath10k: add boot debug messages to pci.c and ce.c
2013-09-12 Kalle Valoath10k: cleanup debug messages in core.c
2013-09-12 Kalle Valoath10k: rename ATH10K_DBG_CORE to BOOT
2013-09-12 Kalle Valoath10k: add BMI log level
2013-09-09 Bartosz Markowskiath10k: define ath10k_debug_start/_stop as static inline
2013-09-08 Michal Kaziorath10k: prevent CE from looping indefinitely
2013-09-06 Bartosz Markowskiath10k: remove obsolete INIT STATUS definitions
2013-09-06 Bartosz Markowskiath10k: set the UART baud rate to 19200
2013-09-06 Kalle Valoath10k: add htt_stats_enable debugfs file
2013-09-06 Kalle Valoath10k: implement ath10k_debug_start/stop()
2013-09-06 Kalle Valoath10k: add trace event ath10k_htt_stats
2013-09-06 Dave Jonesath10k: add missing braces to ath10k_pci_tx_pipe_cleanup
2013-09-03 Kalle Valoath10k: add chip_id file to debugfs
2013-09-03 Kalle Valoath10k: check chip id from the soc register during...
2013-09-03 Kalle Valoath10k: simplify ath10k_ce_init() wake up handling
2013-09-03 Kalle Valoath10k: convert ath10k_pci_wake() to return
2013-09-03 Kalle Valoath10k: clean up ath10k_ce_completed_send_next_nolock()
2013-09-03 Kalle Valoath10k: convert ath10k_pci_reg_read/write32() to take...
2013-09-03 Kalle Valoath10k: remove void pointer from struct ath10k_pci_compl
2013-09-03 Kalle Valoath10k: make target_ce_config_wlan more readable
2013-09-03 Kalle Valoath10k: pci: make host_ce_config_wlan[] more readable
2013-09-01 Kalle Valoath10k: remove un ar_pci->cacheline_sz field
2013-09-01 Michal Kaziorath10k: rename ce_ring_state to ath10k_ce_ring
2013-09-01 Michal Kaziorath10k: rename ce_state to ath10k_ce_pipe
2013-09-01 Michal Kaziorath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
2013-09-01 Michal Kaziorath10k: remove unused ce_attr parameters
2013-09-01 Michal Kaziorath10k: remove ce_op_state
2013-09-01 Michal Kaziorath10k: use inline ce_state structure
2013-08-28 Mohammed Shafi Sha... ath10k: Fix mutex unlock balance
2013-08-15 Michal Kaziorath10k: add support for HTT 3.0
2013-08-15 Michal Kaziorath10k: add support for firmware newer than 636
2013-08-14 Marek Puzyniakath10k: fix WEP in AP and IBSS mode
2013-08-14 Michal Kaziorath10k: plug possible memory leak in WMI
next