rtl8187: add short slot handling for 8187B
authorHerton Ronaldo Krzesinski <herton@mandriva.com.br>
Mon, 13 Oct 2008 18:11:00 +0000 (18:11 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:19 +0000 (19:00 -0400)
commitf8288317b5076fde0bb4e91cd4754379c850be7a
treec0d96383a3d66ccecd141a9275c05bf6307f69de
parent64761077f815660276f69b497edb9842d880df9a
rtl8187: add short slot handling for 8187B

This change adds short slot handling for 8187B variant of rtl8187 chips.
Some things to note about changes done:
* Values used are chosen to met 802.11-2007 spec. This raised a question
  about SIFS value used with 8187L: 0x22 (34) doesn't match any spec
  value. For now just don't change 8187L, but is something to be
  looked at.
* On 8187B, the location of EIFS register is at the same place as BRSR+1
  of struct rtl818x_csr. Unfortunately there is no clean way to
  accomodate 8187B differences currently, just use address of BRSR+1 and
  comment about it. The same thing happens for Ack timeout register,
  that is on CARRIER_SENSE_COUNTER location of 8187L. The eifs and ack
  timeout values are in units of 4us. All these registers information
  was gathered from references being the vendor gpl driver and 8180
  datasheet, unfortunately there is no information about this on 8187B
  datasheet. Also the ack timeout value was inspired by the same
  calculation as done on rt2x00.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl8187_dev.c
drivers/net/wireless/rtl8187_rtl8225.c