Skip to content

Commit

Permalink
upd 8189 patches
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Nov 19, 2024
1 parent 790e01b commit 7e69043
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 85 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/include/hal_data.h (revision 632b2d0c93cbff021a01a6751a44f1eb0a383b2b)
+++ b/include/hal_data.h (revision 1af197d00af1f178cf93a5e08ded8f1be6707492)
@@ -338,7 +338,7 @@
--- a/include/hal_data.h
+++ b/include/hal_data.h
@@ -338,7 +338,7 @@ struct txpwr_lmt_ent {
[MAX_TX_COUNT];
#endif

Expand All @@ -9,9 +9,9 @@
};
#endif /* CONFIG_TXPWR_LIMIT */

--- a/include/rtw_rf.h (revision 632b2d0c93cbff021a01a6751a44f1eb0a383b2b)
+++ b/include/rtw_rf.h (revision 1af197d00af1f178cf93a5e08ded8f1be6707492)
@@ -202,7 +202,7 @@
--- a/include/rtw_rf.h
+++ b/include/rtw_rf.h
@@ -202,7 +202,7 @@ struct regd_exc_ent {
_list list;
char country[2];
u8 domain;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/core/rtw_ap.c (revision 4bb0eb4359ae089eda152b7d64a158dbbe7190b1)
+++ b/core/rtw_ap.c (revision 632b2d0c93cbff021a01a6751a44f1eb0a383b2b)
@@ -4400,7 +4400,7 @@
--- a/core/rtw_ap.c
+++ b/core/rtw_ap.c
@@ -4400,7 +4400,7 @@ static u8 rtw_ap_update_chbw_by_ifbmp(st
int i;

for (i = 0; i < dvobj->iface_nums; i++) {
Expand All @@ -9,7 +9,7 @@
continue;

iface = dvobj->padapters[i];
@@ -4420,7 +4420,7 @@
@@ -4420,7 +4420,7 @@ static u8 rtw_ap_update_chbw_by_ifbmp(st
}

for (i = 0; i < dvobj->iface_nums; i++) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/os_dep/linux/ioctl_linux.c (revision 1af197d00af1f178cf93a5e08ded8f1be6707492)
+++ b/os_dep/linux/ioctl_linux.c (revision f1aa61e17e719e65c843461709204b1d03dd6306)
@@ -12347,7 +12347,7 @@
--- a/os_dep/linux/ioctl_linux.c
+++ b/os_dep/linux/ioctl_linux.c
@@ -12347,7 +12347,7 @@ static iw_handler rtw_private_handler[]
rtw_test, /* 0x1D */
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/Makefile (revision 2960e038b679003ff08991856e590d726f9f509a)
+++ b/Makefile (revision 2d4e08f20b004eba47800a5018b6b94a0ee8aee3)
@@ -20,7 +20,6 @@
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ EXTRA_CFLAGS += -Wno-date-time # Fix com
endif

EXTRA_CFLAGS += -I$(src)/include
Expand Down
Loading

0 comments on commit 7e69043

Please sign in to comment.