mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	cfg80211: make __cfg80211_join_ibss() static
Function __cfg80211_join_ibss() is only used in net/wireless/ibss.c, so make it static. Signed-off-by: Zhao, Gang <gamerh2o@gmail.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
		
							parent
							
								
									a0f995a561
								
							
						
					
					
						commit
						2316d7b054
					
				
					 2 changed files with 4 additions and 8 deletions
				
			
		|  | @ -246,10 +246,6 @@ void cfg80211_bss_age(struct cfg80211_registered_device *dev, | |||
|                       unsigned long age_secs); | ||||
| 
 | ||||
| /* IBSS */ | ||||
| int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | ||||
| 			 struct net_device *dev, | ||||
| 			 struct cfg80211_ibss_params *params, | ||||
| 			 struct cfg80211_cached_keys *connkeys); | ||||
| int cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | ||||
| 		       struct net_device *dev, | ||||
| 		       struct cfg80211_ibss_params *params, | ||||
|  |  | |||
|  | @ -82,7 +82,7 @@ void cfg80211_ibss_joined(struct net_device *dev, const u8 *bssid, | |||
| } | ||||
| EXPORT_SYMBOL(cfg80211_ibss_joined); | ||||
| 
 | ||||
| int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | ||||
| static int __cfg80211_join_ibss(struct cfg80211_registered_device *rdev, | ||||
| 				struct net_device *dev, | ||||
| 				struct cfg80211_ibss_params *params, | ||||
| 				struct cfg80211_cached_keys *connkeys) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Zhao, Gang
						Zhao, Gang