qtnfmac: remove function qtnf_cmd_skb_put_action
This function is not used anymore, so remove it. Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> Signed-off-by: Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> Signed-off-by: Avinash Patil <avinashp@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
		
							parent
							
								
									41c8fa0c62
								
							
						
					
					
						commit
						03ddf59d78
					
				| @ -22,14 +22,6 @@ | ||||
| 
 | ||||
| #include "qlink.h" | ||||
| 
 | ||||
| static inline void qtnf_cmd_skb_put_action(struct sk_buff *skb, u16 action) | ||||
| { | ||||
| 	__le16 *buf_ptr; | ||||
| 
 | ||||
| 	buf_ptr = skb_put(skb, sizeof(action)); | ||||
| 	*buf_ptr = cpu_to_le16(action); | ||||
| } | ||||
| 
 | ||||
| static inline void | ||||
| qtnf_cmd_skb_put_buffer(struct sk_buff *skb, const u8 *buf_src, size_t len) | ||||
| { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user