Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247206
b: refs/heads/master
c: f73b279
h: refs/heads/master
v: v3
  • Loading branch information
Chaoming_Li authored and John W. Linville committed Apr 26, 2011
1 parent 849724f commit 2b3b712
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 216 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c07ccff326a2b3d81520e8c7a8e0f5e8cbc77416
refs/heads/master: f73b279cdb5fc850b4be355307905f2914b2c0bb
27 changes: 0 additions & 27 deletions trunk/drivers/net/wireless/rtlwifi/rtl8192ce/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@
#define CHIP_92C 0x01
#define CHIP_88C 0x00

/* Add vendor information into chip version definition.
* Add UMC B-Cut and RTL8723 chip info definition.
*
* BIT 7 Reserved
* BIT 6 UMC BCut
* BIT 5 Manufacturer(TSMC/UMC)
* BIT 4 TEST/NORMAL
* BIT 3 8723 Version
* BIT 2 8723?
* BIT 1 1T2R?
* BIT 0 88C/92C
*/

enum version_8192c {
VERSION_A_CHIP_92C = 0x01,
VERSION_A_CHIP_88C = 0x00,
Expand Down Expand Up @@ -280,20 +267,6 @@ struct h2c_cmd_8192c {
u8 *p_cmdbuffer;
};

static inline u8 _rtl92c_get_chnl_group(u8 chnl)
{
u8 group = 0;

if (chnl < 3)
group = 0;
else if (chnl < 9)
group = 1;
else
group = 2;

return group;
}

/* NOTE: reference to rtl8192c_rates struct */
static inline int _rtl92c_rate_mapping(struct ieee80211_hw *hw, bool isHT,
u8 desc_rate, bool first_ampdu)
Expand Down
Loading

0 comments on commit 2b3b712

Please sign in to comment.