| 
									
										
										
										
											2013-06-12 20:52:10 +03:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Copyright (c) 2005-2011 Atheros Communications Inc. | 
					
						
							|  |  |  |  * Copyright (c) 2011-2013 Qualcomm Atheros, Inc. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Permission to use, copy, modify, and/or distribute this software for any | 
					
						
							|  |  |  |  * purpose with or without fee is hereby granted, provided that the above | 
					
						
							|  |  |  |  * copyright notice and this permission notice appear in all copies. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | 
					
						
							|  |  |  |  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | 
					
						
							|  |  |  |  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | 
					
						
							|  |  |  |  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 
					
						
							|  |  |  |  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 
					
						
							|  |  |  |  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 
					
						
							|  |  |  |  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | #ifndef _TXRX_H_
 | 
					
						
							|  |  |  | #define _TXRX_H_
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "htt.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-09-18 14:43:20 +02:00
										 |  |  | void ath10k_txrx_tx_unref(struct ath10k_htt *htt, | 
					
						
							|  |  |  | 			  const struct htt_tx_done *tx_done); | 
					
						
							| 
									
										
										
										
											2013-06-12 20:52:10 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | struct ath10k_peer *ath10k_peer_find(struct ath10k *ar, int vdev_id, | 
					
						
							|  |  |  | 				     const u8 *addr); | 
					
						
							| 
									
										
										
										
											2014-07-23 12:20:33 +02:00
										 |  |  | struct ath10k_peer *ath10k_peer_find_by_id(struct ath10k *ar, int peer_id); | 
					
						
							| 
									
										
										
										
											2013-06-12 20:52:10 +03:00
										 |  |  | int ath10k_wait_for_peer_created(struct ath10k *ar, int vdev_id, | 
					
						
							|  |  |  | 				 const u8 *addr); | 
					
						
							|  |  |  | int ath10k_wait_for_peer_deleted(struct ath10k *ar, int vdev_id, | 
					
						
							|  |  |  | 				 const u8 *addr); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void ath10k_peer_map_event(struct ath10k_htt *htt, | 
					
						
							|  |  |  | 			   struct htt_peer_map_event *ev); | 
					
						
							|  |  |  | void ath10k_peer_unmap_event(struct ath10k_htt *htt, | 
					
						
							|  |  |  | 			     struct htt_peer_unmap_event *ev); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif
 |