Changeset 20434
- Timestamp:
- 2010-03-25T20:41:40+01:00 (8 years ago)
- Location:
- trunk/package/madwifi/patches
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/madwifi/patches/459-2.6.33_compile.patch
r19963 r20434 1 Index: madwifi-trunk-r3314/kernelversion.c 2 =================================================================== 3 --- madwifi-trunk-r3314.orig/kernelversion.c 2010-03-03 11:24:57.250287480 +0100 4 +++ madwifi-trunk-r3314/kernelversion.c 2010-03-03 11:25:30.255287207 +0100 1 --- a/kernelversion.c 2 +++ b/kernelversion.c 5 3 @@ -10,7 +10,11 @@ 6 4 … … 16 14 17 15 char *uts_release = UTS_RELEASE; 18 Index: madwifi-trunk-r3314/ath/if_ath.c 19 =================================================================== 20 --- madwifi-trunk-r3314.orig/ath/if_ath.c 2010-03-03 11:25:33.266287431 +0100 21 +++ madwifi-trunk-r3314/ath/if_ath.c 2010-03-03 12:07:39.606288303 +0100 22 @@ -11580,227 +11580,231 @@ 16 --- a/ath/if_ath.c 17 +++ b/ath/if_ath.c 18 @@ -11580,227 +11580,231 @@ static int mincalibrate = 1; /* once a 23 19 static int maxint = 0x7fffffff; /* 32-bit big */ 24 20 … … 288 284 .mode = 0644, 289 285 .proc_handler = ath_sysctl_halparam, 290 @@ -11838,12 +11842,16 @@ 286 @@ -11838,12 +11842,16 @@ ath_dynamic_sysctl_register(struct ath_s 291 287 292 288 /* setup the table */ … … 305 301 sc->sc_sysctls[2].mode = 0555; 306 302 sc->sc_sysctls[2].child = &sc->sc_sysctls[4]; 307 @@ -11966,7 +11974,7 @@ 303 @@ -11966,7 +11974,7 @@ ath_announce(struct net_device *dev) 308 304 */ 309 305 static ctl_table ath_static_sysctls[] = { … … 314 310 .mode = 0644, 315 311 .data = &ath_debug, 316 @@ -11974,14 +11982,14 @@ 312 @@ -11974,14 +11982,14 @@ static ctl_table ath_static_sysctls[] = 317 313 .proc_handler = proc_dointvec 318 314 }, … … 331 327 .mode = 0644, 332 328 .data = &ath_calinterval, 333 @@ -11993,14 +12001,14 @@ 329 @@ -11993,14 +12001,14 @@ static ctl_table ath_static_sysctls[] = 334 330 { 0 } 335 331 }; … … 348 344 .mode = 0555, 349 345 .child = ath_ath_table 350 Index: madwifi-trunk-r3314/ath/if_ath_ahb.h 351 =================================================================== 352 --- madwifi-trunk-r3314.orig/ath/if_ath_ahb.h 2010-03-03 11:32:20.295286997 +0100 353 +++ madwifi-trunk-r3314/ath/if_ath_ahb.h 2010-03-03 11:32:56.782287828 +0100 346 --- a/ath/if_ath_ahb.h 347 +++ b/ath/if_ath_ahb.h 354 348 @@ -112,7 +112,11 @@ 355 349 do { (void) (start); (void) (size); } while (0) … … 364 358 #define bus_unmap_single dma_unmap_single 365 359 #define bus_alloc_consistent(_hwdev, _sz, _hdma) \ 366 Index: madwifi-trunk-r3314/ath_hal/ah_os.c 367 =================================================================== 368 --- madwifi-trunk-r3314.orig/ath_hal/ah_os.c 2010-03-03 12:12:00.246286932 +0100 369 +++ madwifi-trunk-r3314/ath_hal/ah_os.c 2010-03-03 12:12:59.503287204 +0100 370 @@ -518,7 +518,7 @@ 360 --- a/ath_hal/ah_os.c 361 +++ b/ath_hal/ah_os.c 362 @@ -518,7 +518,7 @@ EXPORT_SYMBOL(ath_hal_memcmp); 371 363 372 364 static ctl_table ath_hal_sysctls[] = { … … 377 369 .mode = 0644, 378 370 .data = &ath_hal_debug, 379 @@ -526,21 +526,21 @@ 371 @@ -526,21 +526,21 @@ static ctl_table ath_hal_sysctls[] = { 380 372 .proc_handler = proc_dointvec 381 373 }, … … 402 394 .mode = 0644, 403 395 .data = &ath_hal_additional_swba_backoff, 404 @@ -548,19 +548,19 @@ 396 @@ -548,19 +548,19 @@ static ctl_table ath_hal_sysctls[] = { 405 397 .proc_handler = proc_dointvec 406 398 }, … … 425 417 .mode = 0644, 426 418 .data = &ath_hal_alq_lost, 427 @@ -571,21 +571,21 @@ 419 @@ -571,21 +571,21 @@ static ctl_table ath_hal_sysctls[] = { 428 420 { 0 } 429 421 }; … … 450 442 .mode = 0555, 451 443 .child = ath_ath_table 452 Index: madwifi-trunk-r3314/include/compat.h 453 =================================================================== 454 --- madwifi-trunk-r3314.orig/include/compat.h 2010-03-03 11:58:09.526287574 +0100 455 +++ madwifi-trunk-r3314/include/compat.h 2010-03-03 12:09:53.194286975 +0100 456 @@ -193,6 +193,12 @@ 444 --- a/include/compat.h 445 +++ b/include/compat.h 446 @@ -193,6 +193,12 @@ static inline int timeval_compare(struct 457 447 #define __skb_queue_after(_list, _old, _new) __skb_append(_old, _new, _list) 458 448 #endif … … 467 457 468 458 #endif /* _ATH_COMPAT_H_ */ 469 Index: madwifi-trunk-r3314/net80211/ieee80211_linux.c 470 =================================================================== 471 --- madwifi-trunk-r3314.orig/net80211/ieee80211_linux.c 2010-03-03 11:56:37.423286722 +0100 472 +++ madwifi-trunk-r3314/net80211/ieee80211_linux.c 2010-03-03 12:11:06.962288262 +0100 473 @@ -699,39 +699,39 @@ 459 --- a/net80211/ieee80211_linux.c 460 +++ b/net80211/ieee80211_linux.c 461 @@ -699,39 +699,39 @@ IEEE80211_SYSCTL_DECL(ieee80211_sysctl_m 474 462 475 463 static const ctl_table ieee80211_sysctl_template[] = { … … 518 506 .maxlen = IFNAMSIZ, 519 507 .mode = 0444, 520 @@ -786,12 +786,16 @@ 508 @@ -786,12 +786,16 @@ ieee80211_virtfs_latevattach(struct ieee 521 509 522 510 /* setup the table */
Note: See TracChangeset
for help on using the changeset viewer.