Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH v1 0/2] High bitrate support
@ 2012-07-04  7:21 Vladimir Kondratiev
  2012-07-04  7:21 ` [PATCH v1 1/2] {nl,cfg}80211: support high bitrates Vladimir Kondratiev
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Vladimir Kondratiev @ 2012-07-04  7:21 UTC (permalink / raw)
  To: John W . Linville, Johannes Berg
  Cc: Vladimir Kondratiev, linux-wireless, Luis R . Rodriguez

I rephrased comments following Luis's input.

As for the name for new option, still have no idea what
is the best name, thus leaving NL80211_RATE_INFO_BITRATE_HT

Anyone to suggest better name?

Proposed patches solve issue with high bitrates not fitting into u16.                                                                                                              
                                                                                                                                                                                   
I split it into 2 patches: one introduces new u32 bitrate,                                                                                                                         
and 2-nd adds 60g specific calculations.                                                                                                                                           
                                                                                                                                                                                   
Idea is to report (in nl80211) both old and new values,
or only new if it not fits into u16.
User space tools encouraged to migrate to the new bitrate.

cfg80211_calculate_bitrate() changed to return u32
There are few places where cfg80211_calculate_bitrate() used
besides nl80211.c; but these places are OK with bitrate changing
from u16 to u32.

Vladimir Kondratiev (2):
  {nl,cfg}80211: support high bitrates
  cfg80211: bitrate calculation for 60g

 include/linux/nl80211.h |    8 ++++++++
 include/net/cfg80211.h  |    4 +++-
 net/wireless/nl80211.c  |    9 +++++++--
 net/wireless/util.c     |   51 ++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 68 insertions(+), 4 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-07-04  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04  7:21 [PATCH v1 0/2] High bitrate support Vladimir Kondratiev
2012-07-04  7:21 ` [PATCH v1 1/2] {nl,cfg}80211: support high bitrates Vladimir Kondratiev
2012-07-04  7:22 ` [PATCH v1 2/2] cfg80211: bitrate calculation for 60g Vladimir Kondratiev
2012-07-04  7:28 ` [PATCH v1 0/2] High bitrate support Johannes Berg
2012-07-04  7:54 ` Johannes Berg
2012-07-04  8:46   ` Vladimir Kondratiev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox