Age | Commit message (Expand) | Author | Files | Lines |
2010-10-19 | staging: brcm80211: brcmfmac: add debugfs, display wi-fi statistics | nohee ko | 2 | -0/+44 |
2010-10-19 | staging: brcm80211: brcmfmac: add profile, beacon_int, dtim_period | nohee ko | 2 | -2/+44 |
2010-10-19 | staging: brcm80211: brcmfmac: enable passive, active scan selection | nohee ko | 2 | -27/+37 |
2010-10-19 | staging: brcm80211: brcmfmac: remove unnecessary cflags, WL_ISCAN_DISABLED & ... | nohee ko | 1 | -9/+1 |
2010-10-14 | staging: brcm80211: remove unrefrenced malloced field | mike.rapoport@gmail.com | 1 | -2/+0 |
2010-10-14 | staging: brcm80211: replace MFREE with kfree | mike.rapoport@gmail.com | 28 | -145/+115 |
2010-10-14 | staging: brcm80211: remove unused NATIVE_{MALLOC,MFREE} | mike.rapoport@gmail.com | 1 | -3/+0 |
2010-10-14 | staging: brcm80211: replace MALLOC() with k[zm]alloc | mike.rapoport@gmail.com | 26 | -129/+74 |
2010-10-14 | staging: brcm80211: remove osl_malloced()/MALLOCED() | mike.rapoport@gmail.com | 15 | -42/+16 |
2010-10-14 | staging: brcm80211: remove DHD_USE_STATIC_BUF | mike.rapoport@gmail.com | 7 | -264/+1 |
2010-10-14 | Staging: brcm80211: fix up compiler warnings I created | Greg Kroah-Hartman | 1 | -3/+3 |
2010-10-14 | staging: brcm80211: remove OSL_DELAY | mike.rapoport@gmail.com | 20 | -143/+129 |
2010-10-14 | staging: brcm80211: brcmfmac: bug fix - scan result report | nohee ko | 1 | -5/+11 |
2010-10-14 | staging: brcm80211: brcmfmac: replace KILL_PROC with send_sig() | nohee ko | 4 | -14/+6 |
2010-10-14 | staging: brcm80211: Purge unused bcmwpa.[ch] | Brett Rudley | 6 | -145/+4 |
2010-10-12 | staging: brcm80211: bug fix- rmmod hang problem | nohee ko | 4 | -8/+27 |
2010-10-12 | Staging: brcm80211: remove sbpciregs_t typedef | Greg Kroah-Hartman | 3 | -9/+8 |
2010-10-12 | Staging: brcm80211: util: remove unneeded use of uintptr | Greg Kroah-Hartman | 1 | -3/+3 |
2010-10-12 | Staging: brcm80211: sys: remove unneeded use of uintptr | Greg Kroah-Hartman | 2 | -15/+12 |
2010-10-12 | Staging: brcm80211: phy: remove unneeded use of uintptr | Greg Kroah-Hartman | 1 | -4/+4 |
2010-10-12 | Staging: brcm80211: include: remove unneeded use of uintptr | Greg Kroah-Hartman | 2 | -5/+5 |
2010-10-12 | Staging: brcm80211: bcmsdpcm: remove a bunch of unused macros | Greg Kroah-Hartman | 1 | -48/+0 |
2010-10-12 | Staging: brcm80211: remove FALSE #define | Greg Kroah-Hartman | 45 | -686/+682 |
2010-10-12 | Staging: brcm80211: remove TRUE #define | Greg Kroah-Hartman | 47 | -654/+650 |
2010-10-12 | staging: brcm80211: remove useless bcm_ether_ntoa() | Andy Shevchenko | 9 | -76/+28 |
2010-10-12 | staging: brcm80211: remove duplicated function, wf_channel2mhz | nohee ko | 1 | -17/+0 |
2010-10-12 | staging: brcm80211: remove BCMNMIATTACHFN() macro. | Jason Cooper | 5 | -14/+8 |
2010-10-12 | staging: brcm80211: remove BCMUNINITFN() macro. | Jason Cooper | 7 | -9/+8 |
2010-10-12 | staging: brcm80211: remove BCMINITFN() macro. | Jason Cooper | 9 | -43/+42 |
2010-10-12 | staging: brcm80211: remove BCMINITDATA() macro. | Jason Cooper | 2 | -12/+11 |
2010-10-12 | staging: brcm80211: fix various checkpatch errors. | Jason Cooper | 4 | -12/+10 |
2010-10-11 | staging: brcm80211: s/unsigned char/size_t/ for min_t() | Jason Cooper | 1 | -4/+4 |
2010-10-11 | staging: brcm80211: remove custom string library again | Andy Shevchenko | 4 | -91/+14 |
2010-10-11 | staging: brcm80211: clean up custom ctype library again | Andy Shevchenko | 1 | -1/+0 |
2010-10-10 | staging: brcm80211: fix 'comparison..cast' compiler warnings. | Jason Cooper | 2 | -9/+12 |
2010-10-10 | Staging: brcm80211: remove __cplusplus markers | Greg Kroah-Hartman | 1 | -8/+0 |
2010-10-10 | staging: brcm80211: remove BLOCKABLE so no one uses it. | Jason Cooper | 1 | -2/+0 |
2010-10-10 | staging: brcm80211: remove kernel_thread() for wl_iscan_thread and wl_event_t... | Jason Cooper | 2 | -24/+24 |
2010-10-10 | staging: brcm80211: remove kernel_thread() for _iscan_sysioc_thread. | Jason Cooper | 1 | -23/+20 |
2010-10-10 | staging: brcm80211: remove kernel_thread() for _dhd_sysioc_thread. | Jason Cooper | 1 | -24/+20 |
2010-10-10 | staging: brcm80211: remove kernel_thread() for dhd_dpc_thread. | Jason Cooper | 1 | -14/+17 |
2010-10-10 | staging: brcm80211: remove kernel_thread() for dhd_watchdog_thread. | Jason Cooper | 1 | -12/+17 |
2010-10-09 | staging: brcm80211: remove unnecessary cflag, LINUX | nohee ko | 2 | -10/+0 |
2010-10-09 | staging: brcm80211: remove unnecessary cflag, CONFIG_CFG80211 | nohee ko | 3 | -36/+1 |
2010-10-09 | staging: brcm80211: remove unnecessary cflag, BCMWPA2 | nohee ko | 2 | -24/+0 |
2010-10-09 | staging: brcm80211: remove duplicated file, bcmutils.c | nohee ko | 6 | -1951/+529 |
2010-10-09 | Staging: brcm80211: make interface name buffer smaller | Dan Carpenter | 1 | -3/+2 |
2010-10-08 | staging: brcm80211: Purge unused wlc_id_name | Brett Rudley | 1 | -8/+0 |
2010-10-08 | staging: brcm80211: Purge unused packet engine | Brett Rudley | 8 | -93/+1 |
2010-10-08 | staging: brcm80211: bug fix- dual band problem | nohee ko | 1 | -19/+89 |