'Context:' is used to denote the kernel context that the process is running in (i.e., hard IRQ, soft IRQ, process, preemption disabled, etc.)

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3276 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-27 19:50:09 +00:00
parent c4952a9d3d
commit 4a60ebccec
2 changed files with 4 additions and 11 deletions

View File

@ -4503,11 +4503,8 @@ ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
return 0;
}
/*
* Allocate and setup an initial beacon frame.
*
* Context: SWBA interrupt
*/
/* Allocate and setup an initial beacon frame.
* Context: hwIRQ */
static int
ath_beacon_alloc_internal(struct ath_softc *sc, struct ieee80211_node *ni)
{

View File

@ -2355,10 +2355,7 @@ struct count_nodes_arg {
struct ieee80211_node *new;
};
/*
* Count nodes which don't support at least one of arg->subset
* Context: channel_combination()
*/
/* Count nodes which don't support at least one of arg->subset. */
static void
count_nodes(void *_arg, struct ieee80211_node *ni)
{
@ -2401,8 +2398,7 @@ ints_sprintf(const int k, const int set[])
#endif
/* Action done for each combination of channels that are not supported by
* currently joining station.
* Context: combinations() */
* currently joining station. */
static void
channel_combination(const int k, const int subset[], void *_arg)
{