Home
last modified time | relevance | path

Searched refs:htmode (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht_debugfs.c43 char htmode = '2'; in minstrel_ht_stats_open() local
50 htmode = '4'; in minstrel_ht_stats_open()
61 p += sprintf(p, "HT%c0/%cGI ", htmode, gimode); in minstrel_ht_stats_open()
/linux-2.6.39/fs/
Dtimerfd.c65 enum hrtimer_mode htmode; in timerfd_setup() local
68 htmode = (flags & TFD_TIMER_ABSTIME) ? in timerfd_setup()
75 hrtimer_init(&ctx->tmr, ctx->clockid, htmode); in timerfd_setup()
79 hrtimer_start(&ctx->tmr, texp, htmode); in timerfd_setup()
/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Drc.c1507 char htmode[5]; in read_file_rcstat() local
1515 used_htmode = snprintf(htmode, 5, "HT40"); in read_file_rcstat()
1517 used_htmode = snprintf(htmode, 5, "HT20"); in read_file_rcstat()
1519 used_htmode = snprintf(htmode, 5, "????"); in read_file_rcstat()
1523 htmode[used_htmode] = '\0'; in read_file_rcstat()
1528 htmode, in read_file_rcstat()