projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e366f45
)
rtl8xxxu: Switch 8192cu/8188cu devices to use rtl8xxxu_init_queue_reserved_page()
author
Jes Sorensen
<
[email protected]
>
Fri, 19 Aug 2016 21:46:29 +0000
(17:46 -0400)
committer
Kalle Valo
<
[email protected]
>
Sat, 3 Sep 2016 16:57:15 +0000
(19:57 +0300)
This was the last user of the old
rtl8xxxu_old_init_queue_reserved_page() which can now be removed.
Signed-off-by: Jes Sorensen <
[email protected]
>
Signed-off-by: Kalle Valo <
[email protected]
>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c
b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c
index 69d1a1453eded610336f80f1f32a5d4edd12740a..cd13c2538f0d434a0e5403373fea84fa26efd989 100644
(file)
--- a/
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c
+++ b/
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192c.c
@@
-579,5
+579,9
@@
struct rtl8xxxu_fileops rtl8192cu_fops = {
.pbp_rx = PBP_PAGE_SIZE_128,
.pbp_tx = PBP_PAGE_SIZE_128,
.mactable = rtl8xxxu_gen1_mac_init_table,
+ .total_page_num = TX_TOTAL_PAGE_NUM,
+ .page_num_hi = TX_PAGE_NUM_HI_PQ,
+ .page_num_lo = TX_PAGE_NUM_LO_PQ,
+ .page_num_norm = TX_PAGE_NUM_NORM_PQ,
};
#endif